Add systemd service file

This commit is contained in:
Zhuoyun Wei 2015-05-04 23:56:09 +08:00
parent 4be4d875f3
commit 989d381aab
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