From 19c095a8172441690f30a21e70f73a0ec8475b2f Mon Sep 17 00:00:00 2001 From: Tomasz Buchert Date: Thu, 1 Oct 2015 11:09:11 +0200 Subject: [PATCH] add PIDFile directive to systemd service --- contrib/nghttpx.service.in | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/nghttpx.service.in b/contrib/nghttpx.service.in index f02fb020..58a39969 100644 --- a/contrib/nghttpx.service.in +++ b/contrib/nghttpx.service.in @@ -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