Merge "Set tgtd not auto-start on OS boot time."

This commit is contained in:
Jenkins 2016-04-02 16:28:43 +00:00 committed by Gerrit Code Review
commit fd806e9f42

View File

@ -15,6 +15,9 @@ case "$DIB_INIT_SYSTEM" in
if [ -f /etc/init/ufw.conf ]; then
mv /etc/init/ufw.conf /etc/init/ufw.conf.disabled
fi
if [ -f /etc/init/tgt.conf ]; then
mv /etc/init/tgt.conf /etc/init/tgt.conf.disabled
fi
;;
systemd)
systemctl disable iptables.service