Is it really that easy to break ExecStart?
This commit is contained in:
parent
1020e63fb8
commit
3d8ab3db92
|
@ -68,7 +68,7 @@ in {
|
||||||
PRICEBOT_NOTIFY_USER = opts.notify-user;
|
PRICEBOT_NOTIFY_USER = opts.notify-user;
|
||||||
};
|
};
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
ExecStart = ''
|
ExecStart = pkgs.writeShellScript "launch-pricebot-${currency}.sh" ''
|
||||||
echo $CREDENTIALS_DIRECTORY
|
echo $CREDENTIALS_DIRECTORY
|
||||||
echo $CREDENTIALS_PATH
|
echo $CREDENTIALS_PATH
|
||||||
${pricebot}/bin/pricebot
|
${pricebot}/bin/pricebot
|
||||||
|
|
Loading…
Reference in New Issue