10 lines
143 B
SYSTEMD
10 lines
143 B
SYSTEMD
[Unit]
|
|
Description=Run Git Sync every 5 minutes
|
|
|
|
[Timer]
|
|
OnBootSec=30sec
|
|
OnUnitActiveSec=2min
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target |