[packages/h2o] fix path to pidfile

glen glen at pld-linux.org
Fri Sep 29 16:07:38 CEST 2017


commit b2015e1e83c8198e1c6bb7226f0208054dba489c
Author: Elan Ruusamäe <glen at pld-linux.org>
Date:   Fri Sep 29 17:03:41 2017 +0300

    fix path to pidfile

 h2o.init | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/h2o.init b/h2o.init
old mode 100644
new mode 100755
index 717b1f7..ee7b93c
--- a/h2o.init
+++ b/h2o.init
@@ -32,7 +32,7 @@ h2o=/usr/sbin/h2o
 prog=h2o
 configfile=/etc/h2o/h2o.conf
 lockfile=${LOCKFILE-/var/lock/subsys/h2o}
-pidfile=/var/run/h2o.pid
+pidfile=/var/run/h2o/h2o.pid
 options="-m daemon -c $configfile"
 
 # configtest itself
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/h2o.git/commitdiff/bde0bf0dde99a2d6de74d0005ea60d3b046ed48d



More information about the pld-cvs-commit mailing list