Add extra_started_commands because reload function is not default

Signed-off-by: Richard Yao <ryao@gentoo.org>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Issue #3773
This commit is contained in:
yuina822 2015-09-14 15:07:16 +09:00 committed by Brian Behlendorf
parent 56b3986316
commit e2ede4721b
1 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,8 @@
ZED_NAME="zed" ZED_NAME="zed"
ZED_PIDFILE="@runstatedir@/$ZED_NAME.pid" ZED_PIDFILE="@runstatedir@/$ZED_NAME.pid"
extra_started_commands="reload"
# Exit if the package is not installed # Exit if the package is not installed
[ -x "$ZED" ] || exit 0 [ -x "$ZED" ] || exit 0