chute: stop-at-percent -> stop-percentile
This commit is contained in:
parent
b531a4ff52
commit
ff51d1d3da
|
@ -68,7 +68,7 @@ let
|
|||
execStart = let
|
||||
jabber-string = optionalString (stageOpts.jabber-jid != null && stageOpts.jabber-target != null)
|
||||
"--jabber-jid=${stageOpts.jabber-jid} --target-jid=${stageOpts.jabber-target}";
|
||||
in "chute --currency=${currency} --stop-at-percent=${toString currencyOpts.stop-at-percent} ${jabber-string}";
|
||||
in "chute --currency=${currency} --stop-at-percent=${toString currencyOpts.stop-percentile} ${jabber-string}";
|
||||
privateNetwork = false;
|
||||
addressFamilies = [ "AF_INET" ];
|
||||
memoryDenyWriteExecute = false; # Needed becuz Clojure
|
||||
|
|
Loading…
Reference in New Issue