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:
parent
56b3986316
commit
e2ede4721b
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue