2
0

nginx.sh 181 B

12345678
  1. #!/bin/bash
  2. echo "posizione $(pwd)"
  3. /etc/init.d/nginx start
  4. /etc/init.d/postfix start
  5. echo "Avvio ${hostname}" | mail -s "Avvio ${hostname}" root
  6. touch /tmp/null
  7. tail -f /tmp/null