Add systemd user units for daily execution and send an Uptime Kuma push on each run.
7 lines
281 B
Desktop File
7 lines
281 B
Desktop File
[Unit]
|
|
Description=Check hosted services for updates
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
WorkingDirectory=%h/Projects/check-for-updates
|
|
ExecStart=%h/Projects/check-for-updates/.venv/bin/python %h/Projects/check-for-updates/check_updates.py --config %h/Projects/check-for-updates/services.yaml
|