Initial commit
This commit is contained in:
12
etc/systemd/system/hosting-del.timer
Normal file
12
etc/systemd/system/hosting-del.timer
Normal file
@ -0,0 +1,12 @@
|
||||
[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
|
Reference in New Issue
Block a user