Merge branch 'thinred-add-pidfile'

This commit is contained in:
Tatsuhiro Tsujikawa
2015-10-01 23:32:00 +09:00

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