Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Duplicate
-
1.2.0
-
None
Description
After installing MaxScale Debian Package I run /etc/init.d/maxscale start and get the following error:
/etc/init.d/maxscale: line 48: --user=maxscale: command not found
|
Adding single quotes around DAEMON_OPTS value fixes this issue:
#################################
|
# stop/start/status related vars
|
#################################
|
NAME=maxscale
|
DAEMON=/usr/bin/maxscale
|
DAEMON_OPTS= --user=maxscale
|
Christian