Upstart

From TheBeard Science Project Wiki
Revision as of 17:38, 29 February 2016 by Beard (talk | contribs) (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...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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