#!/bin/sh case "$1" in resume|thaw) service network-manager restart ;; suspend|hibernate) # Do nothing ;; esac