Merge branch 'rraptorr-systemd'

This commit is contained in:
Tatsuhiro Tsujikawa 2015-09-25 22:35:50 +09:00
commit d618cd92cc
1 changed files with 2 additions and 2 deletions

View File

@ -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