Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.2.0
-
None
Description
Hi,
Installed maxscale 1.2.0 on debian 7.8.
The init script contains, on line 48 (no quotes):
DAEMON_OPTS= --user=maxscale
|
Which leads to a warning at startup:
/etc/init.d/maxscale: line 48: --user=maxscale: command not found
|
I put single quotes, no more error at startup, but still I see it is running as root:
root@server:~# ps auxwwf |grep maxscale
|
root 17329 0.1 0.1 586720 51392 ? Ssl 14:06 0:17 /usr/bin/maxscale --user=maxscale
|
Joffrey
Attachments
Issue Links
- is duplicated by
-
MXS-344 Maxscale init script - --user=maxscale: command not found
- Closed