forked from mirrors/nixpkgs
Merge pull request #19281 from peterhoeg/php
php-fpm: add reload support
This commit is contained in:
commit
2fdda9ce04
|
@ -128,8 +128,8 @@ in {
|
|||
serviceConfig = {
|
||||
Type = "notify";
|
||||
ExecStart = "${cfg.phpPackage}/bin/php-fpm -y ${cfgFile} -c ${phpIni}";
|
||||
ExecReload = "${pkgs.coreutils}/bin/kill -USR2 $MAINPID";
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue