[systemd] Update scripts for new bin location

This commit is contained in:
2026-02-11 10:28:38 -05:00
parent 40c222913b
commit 1daa17d302
4 changed files with 7 additions and 5 deletions

View File

@ -1,7 +1,9 @@
[Unit]
Description="Download latest camera shots"
Requires=cam-capture.timer
[Service]
Type=simple
ExecStart=/home/powellc/.bin/webcam-capture-all
ExecStart=/home/powellc/.local/bin/camcap
[Install]
WantedBy=default.target

View File

@ -5,4 +5,4 @@ Requires=mail-ntfy.timer
[Service]
EnvironmentFile=/etc/mail-ntfy.env
Type=simple
ExecStart=uv run /home/powellc/.bin/mail-ntfy.py
ExecStart=uv run /home/powellc/.local/bin/mail-ntfy.py

View File

@ -4,7 +4,7 @@ Documentation=man:syncthing(1)
After=network.target
[Service]
ExecStart=/usr/bin/syncthing -no-browser -no-restart -logflags=0
ExecStart=/usr/bin/syncthing -no-browser -no-restart
Restart=on-failure
SuccessExitStatus=3 4
RestartForceExitStatus=3 4

View File

@ -4,4 +4,4 @@ Requires=timelapse-build.timer
[Service]
Type=simple
ExecStart=/home/powellc/.bin/webcam-build-timelapses
ExecStart=/home/powellc/.local/bin/webcam-build-timelapses