diff options
author | Akinori Hattori <hattya@gentoo.org> | 2018-07-04 22:27:28 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2018-07-04 22:27:28 +0900 |
commit | 32074359bf6a840899afc45afed2de5a50e2588a (patch) | |
tree | 54a0015a1165602f5f6ef6d5172cfb844d465f54 /www-servers/h2o | |
parent | www-servers/h2o: update systemd unit (diff) | |
download | gentoo-32074359bf6a840899afc45afed2de5a50e2588a.tar.gz gentoo-32074359bf6a840899afc45afed2de5a50e2588a.tar.bz2 gentoo-32074359bf6a840899afc45afed2de5a50e2588a.zip |
www-servers/h2o: update init script
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'www-servers/h2o')
-rw-r--r-- | www-servers/h2o/files/h2o.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-servers/h2o/files/h2o.initd b/www-servers/h2o/files/h2o.initd index b100434bd20e..61944ccc5552 100644 --- a/www-servers/h2o/files/h2o.initd +++ b/www-servers/h2o/files/h2o.initd @@ -13,7 +13,7 @@ description_reload="Reload the configuration file" start_stop_daemon_args="--group ${RC_SVCNAME}" command="/usr/bin/${RC_SVCNAME}" command_args="-m daemon -c \"${h2o_config}\"" -pidfile="$(grep pid-file "${h2o_config}" | cut -d' ' -f2-)" +pidfile="$(grep pid-file "${h2o_config}" | cut -d' ' -f2)" name="H2O" depend() { |