Skip to content

Commit

Permalink
Merge pull request appserver-io#1055 from wagnert/master
Browse files Browse the repository at this point in the history
Remove invalid MySQL configuration from supervisor configuration file + Add necessary use statement for SecurityException
  • Loading branch information
wagnert authored May 3, 2017
2 parents 0ab8570 + 10b149a commit bb22262
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

* None

# 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 bb22262

Please sign in to comment.