forked from stove/dataset
12 lines
276 B
SYSTEMD
12 lines
276 B
SYSTEMD
|
# https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/background_jobs_configuration.html
|
||
|
[Unit]
|
||
|
Description=Run Nextcloud cron.php every 5 minutes
|
||
|
|
||
|
[Timer]
|
||
|
OnBootSec=5min
|
||
|
OnUnitActiveSec=5min
|
||
|
Unit=nextcloudcron.service
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=timers.target
|