Merge pull request #35373 from volth/patch-103

nixos/tox-bootstrapd: new command line format
This commit is contained in:
Franz Pletz 2018-02-23 03:47:50 +00:00 committed by GitHub
commit 1fb9fb4fdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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";