flake.nix: systemd disable DyanmicUser
This commit is contained in:
parent
a589bcb799
commit
3f48e97fb3
1 changed files with 0 additions and 1 deletions
|
@ -123,7 +123,6 @@ Some utility commands:
|
|||
ExecStart = "${cfg.package}/bin/ji-chan --domain ${cfg.domain} --token ${cfg.token} --prefix \"${builtins.replaceStrings ["\""] ["\\\""] cfg.prefix}\" --hugo ${cfg.hugo} --build \"${builtins.replaceStrings ["\""] ["\\\""] cfg.build}\" --guilds ${cfg.guildData}";
|
||||
Restart = "always";
|
||||
User = cfg.user;
|
||||
DynamicUser = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue