mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-17 15:51:23 +01:00
nixos: fix systemd service type
This commit is contained in:
parent
adb174d985
commit
ed67ae6418
1 changed files with 1 additions and 0 deletions
|
|
@ -107,6 +107,7 @@ in
|
||||||
StateDirectoryMode = "0700";
|
StateDirectoryMode = "0700";
|
||||||
SystemCallArchitectures = "native";
|
SystemCallArchitectures = "native";
|
||||||
SystemCallFilter = [ "@system-service" "~@privileged" ];
|
SystemCallFilter = [ "@system-service" "~@privileged" ];
|
||||||
|
Type = "notify";
|
||||||
UMask = "077";
|
UMask = "077";
|
||||||
User = if cfg.settings.conduit_compat
|
User = if cfg.settings.conduit_compat
|
||||||
then "conduit"
|
then "conduit"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue