Jump to content
Read the Funtoo Newsletter: Summer 2023 ×

gnuisance

Members
  • Posts

    6
  • Joined

  • Last visited

Community Answers

  1. gnuisance's post in NetworkManager inactive after hibernation was marked as the answer   
    Thank you sputnik!  I was able to resolve my issue by modifying the bash script you provide.
    # cat /etc/pm/sleep.d/77ethernet #!/bin/bash case $1 in resume) /etc/init.d/NetworkManager restart ;; esac
×
×
  • Create New...