Update dependencies
This commit is contained in:
+1
-2
@@ -1,4 +1,3 @@
|
||||
pricebot:
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
with lib;
|
||||
@@ -68,7 +67,7 @@ in {
|
||||
};
|
||||
serviceConfig = {
|
||||
ExecStart = pkgs.writeShellScript "launch-pricebot-${currency}.sh" ''
|
||||
${pricebot}/bin/pricebot --bebot-auth-token-file=$CREDENTIALS_DIRECTORY/auth.token
|
||||
${pkgs.pricebot}/bin/pricebot --bebot-auth-token-file=$CREDENTIALS_DIRECTORY/auth.token
|
||||
'';
|
||||
DynamicUser = true;
|
||||
PrivateTmp = true;
|
||||
|
||||
Reference in New Issue
Block a user