diff options
Diffstat (limited to 'devel/libvirt/files/libvirtd.in')
-rw-r--r-- | devel/libvirt/files/libvirtd.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/libvirt/files/libvirtd.in b/devel/libvirt/files/libvirtd.in index 840ee1dc1043..7d8470d3b72c 100644 --- a/devel/libvirt/files/libvirtd.in +++ b/devel/libvirt/files/libvirtd.in @@ -32,4 +32,6 @@ command_args="--daemon --pid-file=${pidfile}" PATH="${PATH}:/usr/local/sbin:/usr/local/bin" +extra_commands="reload" + run_rc_command "$1" |