Advertisement
Dj_Dexter

update_reloj

Dec 31st, 2011
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.15 KB | None | 0 0
  1. #!/bin/bash
  2. ntpdate ntp.shoa.cl
  3. /etc/init.d/ntpd start
  4. sleep 2 && /etc/init.d/ntpd stop
  5. /etc/init.d/hwclock stop
  6. sleep 2 && /etc/init.d/hwclock start
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement