Merge branch 'patch-systemd-service' of https://github.com/wzyboy/nghttp2 into wzyboy-patch-systemd-service
This commit is contained in:
commit
9a162b81f0
|
@ -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
|
Loading…
Reference in New Issue