resvis.sh 284 B

12345678910
  1. #!/bin/bash
  2. # Script restart service dropbear, webmin, squid3, openvpn, openssh, stunnel4
  3. # Created by Janda Baper Group
  4. /etc/init.d/dropbear reatart
  5. /etc/init.d/webmin restart
  6. /etc/init.d/squid restart
  7. /etc/init.d/openvpn restart
  8. /etc/init.d/ssh restart
  9. /etc/init.d/stunnel4 restart