Merge branch 'systemd' of https://github.com/rraptorr/nghttp2 into rraptorr-systemd
This commit is contained in:
commit
86663ff333
|
@ -3,8 +3,8 @@ Description=HTTP/2 experimental proxy
|
|||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=@bindir@/nghttpx --errorlog-syslog
|
||||
Type=forking
|
||||
ExecStart=@bindir@/nghttpx --conf=/etc/nghttpx/nghttpx.conf --pid-file=/run/nghttpx.pid --daemon
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
Loading…
Reference in New Issue