Horje
ubuntu restart network manager when ping is low Code Example
ubuntu restart network manager when ping is low
start on started network-manager
stop on runlevel [016]

script
  while true; do
    if ifconfig eth0 | grep -q "inet addr:"; then
       # echo "all ok!"
    else
       restart network-manager
    fi
    sleep 5
  done
end script




Shell

Related
Brave Beta on Fedora 28+, CentOS/RHEL 8+ Code Example Brave Beta on Fedora 28+, CentOS/RHEL 8+ Code Example
git toggle between branches Code Example git toggle between branches Code Example
raspberry pi start browser full screen Code Example raspberry pi start browser full screen Code Example
illegal rune literal (and 1 more errors) Code Example illegal rune literal (and 1 more errors) Code Example
linux create user with expiration Code Example linux create user with expiration Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9