0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

nixos/h2o: add missing Group to systemd

This commit is contained in:
โทสฺตัล 2025-02-21 19:53:46 +07:00
parent 760102b995
commit 60287f0793

View file

@ -210,6 +210,7 @@ in
ExecReload = "${pkgs.coreutils}/bin/kill -HUP $MAINPID"; ExecReload = "${pkgs.coreutils}/bin/kill -HUP $MAINPID";
ExecStop = "${pkgs.coreutils}/bin/kill -s QUIT $MAINPID"; ExecStop = "${pkgs.coreutils}/bin/kill -s QUIT $MAINPID";
User = cfg.user; User = cfg.user;
Group = cfg.group;
Restart = "always"; Restart = "always";
RestartSec = "10s"; RestartSec = "10s";
RuntimeDirectory = "h2o"; RuntimeDirectory = "h2o";