Fix forgotten unit entry
This commit is contained in:
parent
fe3f7716f0
commit
94a131b95a
@ -39,7 +39,7 @@ in
|
|||||||
|
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
ExecStart = "${pkgs.phabricator}/phabricator/bin/phd start";
|
ExecStart = "${pkgs.phabricator}/phabricator/bin/phd start";
|
||||||
ExecStop = "${pkgs.phabricator}/phabricator/bin/phd start";
|
ExecStop = "${pkgs.phabricator}/phabricator/bin/phd stop";
|
||||||
User = "wwwrun";
|
User = "wwwrun";
|
||||||
RestartSec = "30s";
|
RestartSec = "30s";
|
||||||
Restart = "always";
|
Restart = "always";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user