docs: describe install step 2 in libguides-notifier.service

Co-authored-by: aider (openai/gpt-5) <aider@aider.chat>
This commit is contained in:
Mark Eaton
2025-11-16 01:20:44 -05:00
co-authored by aider
parent c1efe60027
commit 48e6ff9645
+5
View File
@@ -1,6 +1,11 @@
# User-level systemd service to run main.py
# Uses a wrapper script so the working directory and .env are found correctly.
# Replace REPO_PATH automatically using the setup command we provide.
# Install step 2 does three things:
# - Replaces REPO_PATH with your repos absolute path in the COPY of this unit at ~/.config/systemd/user/
# so ExecStart points to the correct scripts/run_main.sh.
# - Marks scripts/run_main.sh as executable (chmod +x).
# - Reloads user units (systemctl --user daemon-reload) so systemd picks up the updated service/timer.
[Unit]
Description=Run main.py (LibGuides notifier)
Wants=network-online.target