From 1daa17d302e6b92869bb9ee6c839852b485dd7c9 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Wed, 11 Feb 2026 10:28:38 -0500 Subject: [PATCH] [systemd] Update scripts for new bin location --- systemd/.config/systemd/user/cam-capture.service | 6 ++++-- systemd/.config/systemd/user/mail-ntfy.service | 2 +- systemd/.config/systemd/user/syncthing.service | 2 +- systemd/.config/systemd/user/timelapse-build.service | 2 +- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/systemd/.config/systemd/user/cam-capture.service b/systemd/.config/systemd/user/cam-capture.service index c10d949..e93c053 100644 --- a/systemd/.config/systemd/user/cam-capture.service +++ b/systemd/.config/systemd/user/cam-capture.service @@ -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 diff --git a/systemd/.config/systemd/user/mail-ntfy.service b/systemd/.config/systemd/user/mail-ntfy.service index 224b8b5..622d0fc 100644 --- a/systemd/.config/systemd/user/mail-ntfy.service +++ b/systemd/.config/systemd/user/mail-ntfy.service @@ -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 diff --git a/systemd/.config/systemd/user/syncthing.service b/systemd/.config/systemd/user/syncthing.service index dedcc10..47b28eb 100644 --- a/systemd/.config/systemd/user/syncthing.service +++ b/systemd/.config/systemd/user/syncthing.service @@ -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 diff --git a/systemd/.config/systemd/user/timelapse-build.service b/systemd/.config/systemd/user/timelapse-build.service index 3fece24..d97caf0 100644 --- a/systemd/.config/systemd/user/timelapse-build.service +++ b/systemd/.config/systemd/user/timelapse-build.service @@ -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