Try changing the package name
Not sure if available
This commit is contained in:
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…
x
Reference in New Issue
Block a user