summaryrefslogtreecommitdiffstats
path: root/nextcloud-systemd-timer.service
blob: ccff38f5221c41d0e847e3d928d3b5f4fc9f51a9 (plain)
1
2
3
4
5
6
7
8
[Unit]
Description=Cron for nextcloud background jobs

[Service]
Type=oneshot
ExecStart=/usr/bin/php -f /usr/share/nextcloud/cron.php
User=apache