From 2145ba4ca77f5c2c09ea932fd1eadad3f2a123aa Mon Sep 17 00:00:00 2001 From: Janusz Dziemidowicz Date: Wed, 28 Oct 2015 10:15:41 +0100 Subject: [PATCH] Revert "add PIDFile directive to systemd service" This reverts commit 19c095a8172441690f30a21e70f73a0ec8475b2f. See discussion at #375 for details. --- contrib/nghttpx.service.in | 1 - 1 file changed, 1 deletion(-) diff --git a/contrib/nghttpx.service.in b/contrib/nghttpx.service.in index 24109987..537f7c61 100644 --- a/contrib/nghttpx.service.in +++ b/contrib/nghttpx.service.in @@ -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