Merge pull request #414 from rraptorr/systemd-pidfile
Revert "add PIDFile directive to systemd service"
This commit is contained in:
commit
b915c24704
|
@ -5,7 +5,6 @@ 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
|
||||
|
|
Loading…
Reference in New Issue