diff options
Diffstat (limited to 'cpp/etc')
| -rwxr-xr-x | cpp/etc/qpidd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/etc/qpidd b/cpp/etc/qpidd index f391da3cde..07cbb825d5 100755 --- a/cpp/etc/qpidd +++ b/cpp/etc/qpidd @@ -72,7 +72,7 @@ start() { touch $pidfile chown qpidd.qpidd $pidfile [ -x /sbin/restorecon ] && /sbin/restorecon $pidfile - runuser -s /bin/sh qpidd -c "/usr/sbin/$prog --check > $pidfile" + runuser - -s /bin/sh qpidd -c "/usr/sbin/$prog --check > $pidfile" fi return $RETVAL } |
