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 Ned Bass
parent 159270efd2
commit b9889021d4
1 changed files with 2 additions and 0 deletions

View File

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