Difference between revisions of "Upstart"

From TheBeard Science Project Wiki
Jump to: navigation, search
(Created page with "<pre> 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...")
 
(No difference)

Latest revision as of 17:38, 29 February 2016

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