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

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