8 lines
297 B
SYSTEMD
8 lines
297 B
SYSTEMD
|
|
[Unit]
|
||
|
|
Description=Check hosted services for updates
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
Type=oneshot
|
||
|
|
WorkingDirectory=%h/Projects/service-update-alerts
|
||
|
|
ExecStart=%h/Projects/service-update-alerts/.venv/bin/python %h/Projects/service-update-alerts/check_updates.py --config %h/Projects/service-update-alerts/services.yaml
|