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

14 lines
252 B
SYSTEMD

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