[MXS-374] Maxscale is running under 'root' in Ubuntu/Debina Created: 2015-09-20 Updated: 2015-11-10 Resolved: 2015-09-22 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | StartupScripts |
| Affects Version/s: | 1.2.1 |
| Fix Version/s: | 1.2.1 |
| Type: | Bug | Priority: | Major |
| Reporter: | Timofey Turenko | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
/etc/init.d/maxscale for Debian/Ubuntu has broken line 48: DAEMON_OPTS= --user=maxscale /etc/init.d/maxscale: line 48: --user=maxscale: command not found So, as result DAEMON_OPTS is not defined and Maxscale starts as a default user 'root' |
| Comments |
| Comment by markus makela [ 2015-09-22 ] |
|
I've cherry-picked the commit from develop that fixes this. |