Let's see if either of these env vars are set
This commit is contained in:
parent
d0b2329ced
commit
1020e63fb8
|
@ -68,7 +68,11 @@ in {
|
|||
PRICEBOT_NOTIFY_USER = opts.notify-user;
|
||||
};
|
||||
serviceConfig = {
|
||||
ExecStart = "${pricebot}/bin/pricebot";
|
||||
ExecStart = ''
|
||||
echo $CREDENTIALS_DIRECTORY
|
||||
echo $CREDENTIALS_PATH
|
||||
${pricebot}/bin/pricebot
|
||||
'';
|
||||
DynamicUser = true;
|
||||
PrivateTmp = true;
|
||||
PrivateDevices = true;
|
||||
|
|
Loading…
Reference in New Issue