chore: rename roles to reflect upstream naming scheme
This commit is contained in:
10
roles/server/templates/systemd-nextcloud-cron.timer.j2
Normal file
10
roles/server/templates/systemd-nextcloud-cron.timer.j2
Normal file
@ -0,0 +1,10 @@
|
||||
[Unit]
|
||||
Description=Run Nextcloud cron.php every 5min
|
||||
|
||||
[Timer]
|
||||
OnBootSec=5min
|
||||
OnUnitActiveSec=5min
|
||||
Unit=nextcloud-cron.service
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
Reference in New Issue
Block a user