Merge branch 'patch-systemd-service' of https://github.com/wzyboy/nghttp2 into wzyboy-patch-systemd-service

This commit is contained in:
Tatsuhiro Tsujikawa 2015-05-05 22:37:21 +09:00
commit 9a162b81f0
1 changed files with 10 additions and 0 deletions

10
contrib/nghttpx.service Normal file
View File

@ -0,0 +1,10 @@
[Unit]
Description=HTTP/2 experimental proxy
After=network.target
[Service]
Type=simple
ExecStart=/usr/bin/nghttpx --errorlog-syslog
[Install]
WantedBy=multi-user.target