From: Elan Ruusamäe Date: Fri, 29 Sep 2017 14:03:41 +0000 (+0300) Subject: fix path to pidfile X-Git-Url: http://git.pld-linux.org/?p=packages%2Fh2o.git;a=commitdiff_plain;h=b2015e1 fix path to pidfile --- 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