fix: wrap ExecStart with /bin/bash -lc to expand env vars
Co-authored-by: aider (openai/gpt-5) <aider@aider.chat>
This commit is contained in:
@@ -13,7 +13,7 @@ After=network-online.target
|
|||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
EnvironmentFile=%h/.config/libguides-notifier.env
|
EnvironmentFile=%h/.config/libguides-notifier.env
|
||||||
ExecStart=${REPO_PATH}/scripts/run_main.sh
|
ExecStart=/bin/bash -lc '${REPO_PATH}/scripts/run_main.sh'
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=default.target
|
WantedBy=default.target
|
||||||
|
|||||||
Reference in New Issue
Block a user