Substitute bindir in nghttpx-upstart.conf

This commit is contained in:
Tatsuhiro Tsujikawa 2015-05-06 15:56:18 +09:00
parent 13660edef2
commit 14adcb2d81
3 changed files with 4 additions and 3 deletions

1
contrib/.gitignore vendored
View File

@ -1,2 +1,3 @@
nghttpx-init
nghttpx.service
nghttpx-upstart.conf

View File

@ -21,7 +21,7 @@
# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
configfiles = nghttpx-init nghttpx.service
configfiles = nghttpx-init nghttpx.service nghttpx-upstart.conf
EXTRA_DIST = $(configfiles:%=%.in) nghttpx-logrotate
@ -33,7 +33,7 @@ nghttpx-init: %: $(srcdir)/%.in
chmod +x $@.tmp
mv $@.tmp $@
nghttpx.service: %: $(srcdir)/%.in
nghttpx.service nghttpx-upstart.conf: %: $(srcdir)/%.in
$(edit) $< > $@
$(configfiles): Makefile

View File

@ -5,4 +5,4 @@ description "HTTP/2 reverse proxy"
start on runlevel [2]
stop on runlevel [016]
exec /usr/bin/nghttpx
exec @bindir@/nghttpx