daily pastebin goal
27%
SHARE
TWEET

Untitled

a guest Sep 4th, 2012 14 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #!/bin/bash
  2.  
  3.  servico=$( zenity --list --text="Escolha o serviço a ser reiniciado:" \
  4.   --title="Gerenciador de Serviços" \
  5.   --column="Serviço:" --column="Descrição:" \
  6.      apache2 "Reiniciar Apache" \
  7.      bind9 "Reiniciar DNS" \
  8.      mysql "Reiniciar MySQL" \
  9.          squid "Reiniciar Proxy" \
  10.      cups "Reiniciar CUPS" \
  11.          network "Reiniciar Rede" \
  12.      reboot "Reiniciar Servidor" \
  13.      sair "Sair do Gerenciador de Serviços" )
  14.  
  15.  
  16.  
  17. gksu service $servico restart | zenity --progress --width 350 --pulsate --auto-close --text "Reiniciando Serviço" --title "Gerenciador de Serviços";
  18.  
  19.  
  20.    
  21. done
RAW Paste Data
Pastebin PRO WINTER Special!
Get 40% OFF Pastebin PRO accounts!
Top