initial ansible code
This commit is contained in:
12
roles/nextcloud/templates/nextcloudcron.timer.j2
Normal file
12
roles/nextcloud/templates/nextcloudcron.timer.j2
Normal file
@@ -0,0 +1,12 @@
|
||||
## Managed by Ansible ##
|
||||
|
||||
[Unit]
|
||||
Description=Run Nextcloud background job (cron.php) every 5min
|
||||
|
||||
[Timer]
|
||||
OnBootSec=5min
|
||||
OnUnitActiveSec=5min
|
||||
Unit=nextcloudcron.service
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
||||
Reference in New Issue
Block a user