parent
903d1b81d1
commit
36e5d96b6b
|
@ -67,7 +67,7 @@ in {
|
||||||
};
|
};
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
ExecStart = pkgs.writeShellScript "launch-pricebot-${currency}.sh" ''
|
ExecStart = pkgs.writeShellScript "launch-pricebot-${currency}.sh" ''
|
||||||
${pkgs.pricebot}/bin/pricebot --bebot-auth-token-file=$CREDENTIALS_DIRECTORY/auth.token
|
${pkgs.fudo-pricebot}/bin/pricebot --bebot-auth-token-file=$CREDENTIALS_DIRECTORY/auth.token
|
||||||
'';
|
'';
|
||||||
DynamicUser = true;
|
DynamicUser = true;
|
||||||
PrivateTmp = true;
|
PrivateTmp = true;
|
||||||
|
|
Loading…
Reference in New Issue