Force qpidd to stay off.

This commit is contained in:
Joshua Harlow 2012-02-07 17:44:46 -08:00
parent 4b9798d502
commit 103d2eed27

View File

@ -24,6 +24,15 @@
"qpidd",
"stop"
]
},
{
# Qpidd runs on the same port
"run_as_root": true,
"cmd": [
"chkconfig",
"qpidd",
"off"
]
}
]
}
@ -41,6 +50,15 @@
"qpidd",
"stop"
]
},
{
# Qpidd runs on the same port
"run_as_root": true,
"cmd": [
"chkconfig",
"qpidd",
"off"
]
}
]
}