From b2015e1e83c8198e1c6bb7226f0208054dba489c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Fri, 29 Sep 2017 17:03:41 +0300 Subject: [PATCH] fix path to pidfile --- h2o.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 h2o.init 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 -- 2.43.0