mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 21:25:30 +03:00
postgresql: add reload command
This commit is contained in:
parent
af71fbc6f1
commit
26d5a1fc62
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue