df623f5d75
- updated setup instructions Added scripts directory with the systemd config files
8 lines
134 B
SYSTEMD
8 lines
134 B
SYSTEMD
[Unit]
|
|
Description=Start sync every 7 seconds
|
|
[Timer]
|
|
OnBootSec=20
|
|
OnUnitActiveSec=7
|
|
AccuracySec=1ms
|
|
[Install]
|
|
WantedBy=timers.target
|