mirror of
https://src.fedoraproject.org/rpms/nextcloud.git
synced 2025-01-10 19:01:53 +01:00
ff74a2f3b5
This also includes: - a few php7+ bug fixes - systemd based cron for background tasks - migration steps from owncloud
9 lines
147 B
Desktop File
9 lines
147 B
Desktop File
[Unit]
|
|
Description=Cron for nextcloud background jobs
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/php -f /usr/share/nextcloud/cron.php
|
|
User=apache
|
|
|