10 lines
156 B
SYSTEMD
10 lines
156 B
SYSTEMD
|
[Unit]
|
||
|
Description=Run nextcloud-cron service every 10 minutes and on boot
|
||
|
|
||
|
[Timer]
|
||
|
OnBootSec=10min
|
||
|
OnUnitActiveSec=10min
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=timers.target
|