mirror of
https://src.fedoraproject.org/rpms/nextcloud.git
synced 2025-01-10 10:51:54 +01:00
ff74a2f3b5
This also includes: - a few php7+ bug fixes - systemd based cron for background tasks - migration steps from owncloud
11 lines
143 B
SYSTEMD
11 lines
143 B
SYSTEMD
[Unit]
|
|
Description=This triggers the nextcloud cron service
|
|
|
|
[Timer]
|
|
OnBootSec=5min
|
|
OnUnitInactiveSec=15min
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|
|
|