8 lines
118 B
SYSTEMD
8 lines
118 B
SYSTEMD
[Unit]
|
|
Description=Run Nextcloud cron.php every 5 minutes
|
|
|
|
[Timer]
|
|
OnCalendar=*:0/5
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|