2 examples for initctl

{{ score }}
  # Restarts the ssh daemon
initctl restart ssh

# Emits an event called 'my-event'
initctl emit my-event

# Reloads Upstart configuration files
initctl reload-configuration
        
{{ score }}
  # list all services launched with Upstart
initctl list