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