[systemd] Update scripts for new bin location
This commit is contained in:
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user