2 examples for initctl
# Restarts the ssh daemon
initctl restart ssh
# Emits an event called 'my-event'
initctl emit my-event
# Reloads Upstart configuration files
initctl reload-configuration
# Restarts the ssh daemon
initctl restart ssh
# Emits an event called 'my-event'
initctl emit my-event
# Reloads Upstart configuration files
initctl reload-configuration