forked from sagnik/Project_Velocity
12 lines
211 B
SYSTEMD
12 lines
211 B
SYSTEMD
[Unit]
|
|
Description=Run ingress home IP sync on boot and every 5 minutes
|
|
|
|
[Timer]
|
|
OnBootSec=45s
|
|
OnUnitActiveSec=5min
|
|
Unit=desineuron-ingress-home-ip-sync.service
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|