Files
hosting/etc/systemd/system/hosting-del.timer
Daniel Winzen e0b35fb943 Initial commit
2017-04-30 19:32:42 +02:00

13 lines
259 B
SYSTEMD

[Unit]
Description=Delete old shared hosting accounts
[Timer]
# Time to wait after booting before we run first time
OnBootSec=5min
# Time between running each consecutive time
OnUnitActiveSec=1h
Unit=hosting-del.service
[Install]
WantedBy=multi-user.target