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