forked from mirrors/nixpkgs
nixos/tox-bootstrapd: new command line format
This commit is contained in:
parent
5e21e5360e
commit
985a4bb87c
|
@ -69,7 +69,7 @@ in
|
|||
after = [ "network.target" ];
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
serviceConfig =
|
||||
{ ExecStart = "${pkg}/bin/tox-bootstrapd ${cfgFile}";
|
||||
{ ExecStart = "${pkg}/bin/tox-bootstrapd --config=${cfgFile}";
|
||||
Type = "forking";
|
||||
inherit PIDFile;
|
||||
User = "tox-bootstrapd";
|
||||
|
|
Loading…
Reference in a new issue