Skip to content

Instantly share code, notes, and snippets.

@sigmonsays
Last active March 24, 2016 02:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sigmonsays/44a9c218cfdb431761a3 to your computer and use it in GitHub Desktop.
Save sigmonsays/44a9c218cfdb431761a3 to your computer and use it in GitHub Desktop.
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