Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. sudo cp netmonitor.sh /usr/bin/netmonitor.sh
  2. sudo chmod 755 /usr/bin/netmonitor.sh
  3. sudo crontab -e
  4.  
  5.  
  6. Add to crontab:
  7. */2 * * * * /usr/bin/netmonitor.sh 2>&1 | /usr/bin/logger -t netmonitor
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement