Fix forgotten unit entry

This commit is contained in:
Michael Raskin 2014-09-03 15:47:53 +04:00
parent fe3f7716f0
commit 94a131b95a

View File

@ -39,7 +39,7 @@ in
serviceConfig = {
ExecStart = "${pkgs.phabricator}/phabricator/bin/phd start";
ExecStop = "${pkgs.phabricator}/phabricator/bin/phd start";
ExecStop = "${pkgs.phabricator}/phabricator/bin/phd stop";
User = "wwwrun";
RestartSec = "30s";
Restart = "always";