mirror of
https://github.com/edu4rdshl/linuxscripts.git
synced 2026-07-18 07:34:45 +00:00
10 lines
167 B
SYSTEMD
10 lines
167 B
SYSTEMD
[Unit]
|
|
Description=Check network services every 5 minutes
|
|
|
|
[Timer]
|
|
OnBootSec=1min
|
|
OnUnitActiveSec=5min
|
|
Unit=rnetworking.service
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|