summaryrefslogtreecommitdiffstats
path: root/testing/sphinx/sphinx.initd
diff options
context:
space:
mode:
Diffstat (limited to 'testing/sphinx/sphinx.initd')
-rw-r--r--testing/sphinx/sphinx.initd2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/sphinx/sphinx.initd b/testing/sphinx/sphinx.initd
index c6799653f..b5e1d3de3 100644
--- a/testing/sphinx/sphinx.initd
+++ b/testing/sphinx/sphinx.initd
@@ -21,7 +21,7 @@ start() {
checkconfig || return $?
ebegin "Starting sphinx searchd"
- start-stop-daemon --start --exec /usr/bin/searchd
+ start-stop-daemon --start -u ${SPHINX_USER} -g ${SPHINX_GROUP} --exec /usr/bin/searchd
eend $? "Failed to start sphinx searchd"
}