Is the documentation all lying to me?
This commit is contained in:
parent
3d8ab3db92
commit
502029dc80
|
@ -69,8 +69,8 @@ in {
|
||||||
};
|
};
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
ExecStart = pkgs.writeShellScript "launch-pricebot-${currency}.sh" ''
|
ExecStart = pkgs.writeShellScript "launch-pricebot-${currency}.sh" ''
|
||||||
echo $CREDENTIALS_DIRECTORY
|
echo "CREDENTIALS_DIRECTORY $CREDENTIALS_DIRECTORY"
|
||||||
echo $CREDENTIALS_PATH
|
echo "CREDENTIALS_PATH $CREDENTIALS_PATH"
|
||||||
${pricebot}/bin/pricebot
|
${pricebot}/bin/pricebot
|
||||||
'';
|
'';
|
||||||
DynamicUser = true;
|
DynamicUser = true;
|
||||||
|
|
Loading…
Reference in New Issue