mirror of
https://github.com/edu4rdshl/linuxscripts.git
synced 2026-07-17 23:24:52 +00:00
13 lines
266 B
Desktop File
13 lines
266 B
Desktop File
[Unit]
|
|
Description=Restart networking services if internet connection not detected
|
|
After=network-online.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/rnetworking
|
|
TimeoutStopSec=180
|
|
KillMode=process
|
|
KillSignal=SIGINT
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|