You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
262 B
SYSTEMD
16 lines
262 B
SYSTEMD
2 years ago
|
[Unit]
|
||
|
Description=Synchronize Pi-hole instances
|
||
|
RefuseManualStart=no
|
||
|
RefuseManualStop=no
|
||
|
Requires=gravity-sync.service
|
||
|
|
||
|
[Timer]
|
||
|
Unit=gravity-sync.service
|
||
|
Persistent=true
|
||
|
OnBootSec=120
|
||
|
OnUnitInactiveSec=6m
|
||
|
RandomizedDelaySec=2m
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=timers.target
|