Add Upstart configuration file
This commit is contained in:
parent
7ecca39025
commit
eb96aa261f
|
@ -0,0 +1,8 @@
|
||||||
|
# vim: ft=upstart:
|
||||||
|
|
||||||
|
description "HTTP/2 reverse proxy"
|
||||||
|
|
||||||
|
start on runlevel [2]
|
||||||
|
stop on runlevel [016]
|
||||||
|
|
||||||
|
exec /usr/bin/nghttpx
|
Loading…
Reference in New Issue