Merge pull request #35373 from volth/patch-103
nixos/tox-bootstrapd: new command line format
This commit is contained in:
commit
1fb9fb4fdb
@ -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 New Issue
Block a user