rename script into renew-reminder.py (dash instead of underscore)
[myplc.git] / systemd / renew-reminder.timer
1 [Unit]
2 Description=Runs renew-reminder.py on a daily basis
3
4 [Timer]
5 OnUnitActiveSec=1d
6 Unit=renew-reminder.service
7
8 [Install]
9 WantedBy=multi-user.target