Merge pull request #414 from rraptorr/systemd-pidfile

Revert "add PIDFile directive to systemd service"
This commit is contained in:
Tatsuhiro Tsujikawa 2015-10-28 22:17:18 +09:00
commit b915c24704
1 changed files with 0 additions and 1 deletions

View File

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