Ubuntu Pastebin

Paste from dimitern at Tue, 9 Jun 2015 08:49:19 +0000

Download as text
 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
Download as text