diff options
-rw-r--r-- | etc/rc.d/hastd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/rc.d/hastd b/etc/rc.d/hastd index 1100678..b9d9516 100644 --- a/etc/rc.d/hastd +++ b/etc/rc.d/hastd @@ -18,6 +18,7 @@ hastctl="/sbin/hastctl" required_files="/etc/hast.conf" stop_precmd="hastd_stop_precmd" required_modules="geom_gate:g_gate" +extra_commands="reload" hastd_stop_precmd() { |