Implement nextcloudcron systemd timer.
This commit is contained in:
parent
97e980fbf7
commit
0f9e8d2124
4 changed files with 48 additions and 0 deletions
10
roles/nextcloud/files/nextcloudcron.timer
Normal file
10
roles/nextcloud/files/nextcloudcron.timer
Normal file
|
@ -0,0 +1,10 @@
|
|||
[Unit]
|
||||
Description=Run Nextcloud cron.php every 5 minutes
|
||||
|
||||
[Timer]
|
||||
OnBootSec=5min
|
||||
OnUnitActiveSec=5min
|
||||
Unit=nextcloudcron.service
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
Loading…
Add table
Add a link
Reference in a new issue