Merge "Custom service file is not needed for qpidd on systemd based hosts"

This commit is contained in:
Jenkins 2014-03-25 20:19:51 +00:00 committed by Gerrit Code Review
commit fd84b2b576
1 changed files with 0 additions and 12 deletions

View File

@ -17,18 +17,6 @@ post-start exec sleep 1
eof
}
function install_qpidd_systemd {
cat > /etc/systemd/system/qpidd.service << eof
.include /lib/systemd/system/qpidd.service
[Unit]
Before=rc-local.service
Restart=on-failure
eof
}
if [ "$DIB_INIT_SYSTEM" == "upstart" ]; then
install_qpidd_upstart
elif [ "$DIB_INIT_SYSTEM" == "systemd" ]; then
install_qpidd_systemd
fi