Create a gist now

Instantly share code, notes, and snippets.

What would you like to do?
cat /etc/init/fake-events.conf
description "fake events"
emits static-network-up
emits net-device-up
start on (filesystem or runlevel [2345])
stop on runlevel [!2345]
script
telinit 2
end script
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment