[systemd] Updating services

This commit is contained in:
2025-02-07 13:44:14 -05:00
parent a25d8e4530
commit 1015d4b9c3
7 changed files with 36 additions and 5 deletions

View File

@ -0,0 +1,7 @@
[Unit]
Description="Download latest camera shots"
Requires=cam-capture.timer
[Service]
Type=simple
ExecStart=/home/powellc/.bin/webcam-capture-all

View File

@ -0,0 +1,10 @@
[Unit]
Description="Timer for the cam capture"
[Timer]
Unit=cam-capture.service
OnBootSec=10s
OnCalendar=*:0/2
[Install]
WantedBy=timers.target

View File

@ -4,4 +4,4 @@ Requires=nyt-downloader.timer
[Service]
Type=simple
ExecStart=/usr/local/bin/nyt
ExecStart=/home/powellc/.bin/nyt