From 7367f06ccbebe92c605d792d3e2ef0cf1fd55ae9 Mon Sep 17 00:00:00 2001 From: claudemiro Date: Fri, 16 Jan 2015 22:36:04 -0300 Subject: [PATCH] Added an upstart init file example. --- init/upstart/ipe.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 init/upstart/ipe.conf diff --git a/init/upstart/ipe.conf b/init/upstart/ipe.conf new file mode 100644 index 0000000..14cc062 --- /dev/null +++ b/init/upstart/ipe.conf @@ -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" \ No newline at end of file