Unverified Commit 75feec7c authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

nixos/soju: allow reloading service (#456705)

parents b5c0f833 3c632d77
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;