nixos/soju: allow reloading service (#456705)

This commit is contained in:
Aleksana
2025-11-25 11:27:47 +00:00
committed by GitHub
@@ -150,6 +150,7 @@ in
DynamicUser = true;
Restart = "always";
ExecStart = "${lib.getExe' cfg.package "soju"} -config ${cfg.configFile}";
ExecReload = "${lib.getExe' pkgs.coreutils "kill"} -HUP $MAINPID";
StateDirectory = "soju";
RuntimeDirectory = "soju";
WorkingDirectory = stateDir;