11 lines
177 B
SYSTEMD
11 lines
177 B
SYSTEMD
[Unit]
|
|
Description=Run Nextcloud cron.php every 15 minutes
|
|
|
|
[Timer]
|
|
OnBootSec=5min
|
|
OnUnitActiveSec=15min
|
|
Unit=nextcloud-background-job.service
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|