nextcloud-rpm/nextcloud-systemd-timer.service

9 lines
147 B
SYSTEMD
Raw Normal View History

[Unit]
Description=Cron for nextcloud background jobs
[Service]
Type=oneshot
ExecStart=/usr/bin/php -f /usr/share/nextcloud/cron.php
User=apache