chore: Rename project to service-update-alerts
Update project metadata, docs, and systemd unit names to match the new service-update-alerts naming.
This commit is contained in:
parent
413766ed2b
commit
501a84e0a9
8 changed files with 19 additions and 19 deletions
7
systemd/service-update-alerts.service
Normal file
7
systemd/service-update-alerts.service
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
[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
|
||||
Loading…
Add table
Add a link
Reference in a new issue