提交 3e867573 编写于 作者: M Michael Chapman 提交者: Laine Stump

spec: chkconfig(8) and service(8) are in /sbin/, not /bin/

Signed-off-by: NMichael Chapman <mike@very.puzzling.org>
上级 c0617421
......@@ -1792,9 +1792,9 @@ if [ $1 -ge 1 ] ; then
/bin/systemctl start virtlogd.socket || :
%else
/sbin/chkconfig libvirtd 1>/dev/null 2>&1 &&
/bin/chkconfig virtlogd on || :
/sbin/chkconfig virtlogd on || :
/sbin/service libvirtd status 1>/dev/null 2>&1 &&
/bin/service virtlogd start || :
/sbin/service virtlogd start || :
%endif
fi
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册