1
2
3
4
5
6
7
8
9
10
11 | author "Juju Team <juju@lists.ubuntu.com>" start on runlevel [016] task console output script /bin/echo "Starting on $(date -R)" /bin/echo "Stopping all network interfaces gracefully..." /sbin/ifdown -a -v --force /bin/echo "Stopped all network interfaces." end script |