Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Duplicate
-
Affects Version/s: 1.2.0
-
Fix Version/s: 1.2.1
-
Component/s: Core
-
Labels: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