From eb96aa261f40ed5dd4101f08ca7b0a48aabd0361 Mon Sep 17 00:00:00 2001 From: Zhuoyun Wei Date: Wed, 6 May 2015 10:38:24 +0800 Subject: [PATCH] Add Upstart configuration file --- contrib/nghttpx-upstart.conf | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 contrib/nghttpx-upstart.conf diff --git a/contrib/nghttpx-upstart.conf b/contrib/nghttpx-upstart.conf new file mode 100644 index 00000000..0d2a33a7 --- /dev/null +++ b/contrib/nghttpx-upstart.conf @@ -0,0 +1,8 @@ +# vim: ft=upstart: + +description "HTTP/2 reverse proxy" + +start on runlevel [2] +stop on runlevel [016] + +exec /usr/bin/nghttpx