mirror of
https://gitee.com/openharmony/third_party_nghttp2
synced 2025-02-07 17:16:07 +00:00
add PIDFile directive to systemd service
This commit is contained in:
parent
f7fdb65037
commit
19c095a817
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user