Merge branch 'thinred-add-pidfile'

This commit is contained in:
Tatsuhiro Tsujikawa 2015-10-01 23:32:00 +09:00
commit a5b0ad04d3
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ After=network.target
[Service]
Type=forking
ExecStart=@bindir@/nghttpx --conf=/etc/nghttpx/nghttpx.conf --pid-file=/run/nghttpx.pid --daemon
PIDFile=/run/nghttpx.pid
[Install]
WantedBy=multi-user.target