Correctly package templates
This commit is contained in:
parent
6a34258a30
commit
6277631144
2 changed files with 9 additions and 1 deletions
|
|
@ -92,6 +92,7 @@ with lib; {
|
|||
User = cfg.user;
|
||||
ExecStart = "${cfg.package}/bin/stalwart-accounts";
|
||||
EnvironmentFile = optional (cfg.environmentFile != null) cfg.environmentFile;
|
||||
WorkingDirectory = "${cfg.package}/share";
|
||||
# Security
|
||||
NoNewPrivileges = true;
|
||||
# Sandboxing
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue