Is it really that easy to break ExecStart?

This commit is contained in:
niten 2022-06-20 11:39:18 -07:00
parent 1020e63fb8
commit 3d8ab3db92
1 changed files with 1 additions and 1 deletions

View File

@ -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