Add systemd service file
This commit is contained in:
parent
4be4d875f3
commit
989d381aab
|
@ -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