Upstart

From TheBeard Science Project Wiki
Jump to: navigation, search
configs:
	/etc/init/*.conf - these config files represent system jobs. edit them to change defaults.


initctl - control init scripts
	list - list status of init scripts
	start <job> - start a job
	stop <job> - stop a job
	restart <job> - restart a job
	status <job> - status on job
	reload <job> - relaod a job
	emit <event> - emits event
	show-config - shows all emits and starts/stops
	check-config - shows starts that aren't possible with current config

man upstart-events - list of events

start <job> - start a job
stop <job> - stop a job
restart <job> - restart a job
status <job> - status on job
reload <job> - relaod a job