Skip to content

Instantly share code, notes, and snippets.

@vishaltelangre
Created November 7, 2013 06:12
Show Gist options
  • Save vishaltelangre/7349837 to your computer and use it in GitHub Desktop.
Save vishaltelangre/7349837 to your computer and use it in GitHub Desktop.
# See list of running daemons
service --status-all
# List of daemons managed by Upstart
initctl list
# To disable a upstart service
echo 'manual' > /etc/init/<service_name>.override
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment