Skip to content

Commit

Permalink
Remove invalid MySQL configuration from supervisor configuration file…
Browse files Browse the repository at this point in the history
… + Add necessary use statement for SecurityException
  • Loading branch information
wagnert committed May 3, 2017
1 parent 0ab8570 commit 84ce934
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# Version 1.1.4-beta10

## Bugfixes

* Remove invalid MySQL configuration from supervisor configuration file
* Add necessary use statement for SecurityException

## Features

* Remove MySQL installation from Dockerfile

# Version 1.1.4-beta9

## Bugfixes
Expand Down
7 changes: 0 additions & 7 deletions etc/supervisor/conf.d/supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,6 @@ autostart = true
stdout_events_enabled=true
stderr_events_enabled=true

[program:mysqld]
command = mysqld
user = root
autostart = true
stdout_events_enabled=true
stderr_events_enabled=true

[eventlistener:stdout]
command = supervisor_stdout
buffer_size = 10
Expand Down

0 comments on commit 84ce934

Please sign in to comment.