Is the documentation all lying to me?

This commit is contained in:
niten 2022-06-20 11:46:06 -07:00
parent 3d8ab3db92
commit 502029dc80
1 changed files with 2 additions and 2 deletions

View File

@ -69,8 +69,8 @@ in {
};
serviceConfig = {
ExecStart = pkgs.writeShellScript "launch-pricebot-${currency}.sh" ''
echo $CREDENTIALS_DIRECTORY
echo $CREDENTIALS_PATH
echo "CREDENTIALS_DIRECTORY $CREDENTIALS_DIRECTORY"
echo "CREDENTIALS_PATH $CREDENTIALS_PATH"
${pricebot}/bin/pricebot
'';
DynamicUser = true;