Merge pull request #8969 from danbst/postgresql

postgresql: add reload command
This commit is contained in:
lethalman 2015-07-24 09:54:24 +02:00
commit 529f8d8c35
1 changed files with 1 additions and 0 deletions

View File

@ -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;