Rename to stalwart-accounts

This commit is contained in:
traxys 2023-10-10 21:19:02 +02:00
parent 54feff4cc6
commit b28e6363c4
3 changed files with 31 additions and 31 deletions

View file

@ -85,7 +85,7 @@ with lib; {
serviceConfig = {
Type = "simple";
User = cfg.user;
ExecStart = "${cfg.package}/bin/mail_accounts";
ExecStart = "${cfg.package}/bin/stalwart-accounts";
EnvironmentFile = optional (cfg.environmentFile != null) cfg.environmentFile;
# Security
NoNewPrivileges = true;