Added an upstart init file example.

This commit is contained in:
claudemiro
2015-01-16 22:36:04 -03:00
parent a4e08d1e85
commit 7367f06ccb
+12
View File
@@ -0,0 +1,12 @@
description "Ipê Upstart job definition"
author "Claudemiro Alves Feitosa Neto"
start on (net-device-up
and local-filesystems
and runlevel [2345])
stop on runlevel [016]
respawn
exec /path/to/ipe -config="path_to_config.json" -log_dir="path_to_log_dir"