parent
903d1b81d1
commit
36e5d96b6b
|
@ -67,7 +67,7 @@ in {
|
|||
};
|
||||
serviceConfig = {
|
||||
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;
|
||||
PrivateTmp = true;
|
||||
|
|
Loading…
Reference in New Issue