Force qpidd to stay off.
This commit is contained in:
parent
4b9798d502
commit
103d2eed27
@ -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"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user