postgresql: add reload command
This commit is contained in:
parent
af71fbc6f1
commit
26d5a1fc62
|
@ -207,6 +207,7 @@ in
|
|||
|
||||
serviceConfig =
|
||||
{ ExecStart = "@${postgresql}/bin/postgres postgres ${toString flags}";
|
||||
ExecReload = "${pkgs.coreutils}/bin/kill -HUP $MAINPID";
|
||||
User = "postgres";
|
||||
Group = "postgres";
|
||||
PermissionsStartOnly = true;
|
||||
|
|
Loading…
Reference in New Issue