10 lines
138 B
SYSTEMD
10 lines
138 B
SYSTEMD
[Unit]
|
|
Description=Run nextcloud sync every 15 minutes
|
|
|
|
[Timer]
|
|
OnActiveSec=10min
|
|
OnUnitActiveSec=10min
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|