[httpd] use /run for pidfile

jorton jorton at fedoraproject.org
Thu Jun 7 13:20:33 UTC 2012


commit 2e30894d69415a2a6ea1ad78a79b5dcb377b9e4c
Author: Joe Orton <jorton at redhat.com>
Date:   Thu Jun 7 14:02:50 2012 +0100

    use /run for pidfile

 httpd.service |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/httpd.service b/httpd.service
index c1172b4..656c009 100644
--- a/httpd.service
+++ b/httpd.service
@@ -4,7 +4,7 @@ After=syslog.target network.target remote-fs.target nss-lookup.target
 
 [Service]
 Type=forking
-PIDFile=/var/run/httpd/httpd.pid
+PIDFile=/run/httpd/httpd.pid
 EnvironmentFile=/etc/sysconfig/httpd
 ExecStart=/usr/sbin/httpd $OPTIONS
 ExecReload=/usr/sbin/httpd $OPTIONS -k graceful


More information about the scm-commits mailing list