mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-04-15 09:51:21 +00:00
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
12 lines
308 B
SYSTEMD
12 lines
308 B
SYSTEMD
[Unit]
|
|
Description=Run Nextcloud cron.php every 5 minutes
|
|
Documentation=https://docs.nextcloud.com/server/stable/admin_manual/configuration_server/background_jobs_configuration.html#systemd
|
|
|
|
[Timer]
|
|
OnBootSec=5min
|
|
OnUnitActiveSec=5min
|
|
Unit=nextcloud-cron-freedombox.service
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|