mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
nixos/harmonia: restart systemd service
This commit is contained in:
parent
0fe31382c0
commit
f029a8a10d
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ in
|
|||
ExecStart = lib.getExe cfg.package;
|
||||
User = "harmonia";
|
||||
Group = "harmonia";
|
||||
Restart = "on-failure";
|
||||
PrivateUsers = true;
|
||||
DeviceAllow = [ "" ];
|
||||
UMask = "0066";
|
||||
|
|
Loading…
Reference in a new issue