nextcloud-rpm/nextcloud-systemd-timer.service
James Hogarth ff74a2f3b5 Update to 10.0.4
This also includes:
 - a few php7+ bug fixes
 - systemd based cron for background tasks
 - migration steps from owncloud
2017-03-01 00:49:06 +00:00

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