Maybe creds _should_ be in serviceConfig.

https://systemd.io/CREDENTIALS/
This commit is contained in:
niten 2022-06-20 11:17:41 -07:00
parent d03a8b8ab1
commit d0b2329ced
1 changed files with 0 additions and 2 deletions

View File

@ -82,8 +82,6 @@ in {
ProtectKernelLogs = true;
Restart = "always";
StandardOutput = "journal";
};
unitConfig = {
LoadCredential = "auth.token:${cfg.mattermost-auth-token-file}";
};
}) cfg.monitors;