Add the mysqld unit so it can be started

Ian Blenke %!s(int64=10) %!d(string=hace) años
padre
commit
f8d1a1666c
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      docker/scripts/init

+ 1 - 0
docker/scripts/init

@@ -85,6 +85,7 @@ stdout_events_enabled=true
85 85
 stderr_events_enabled=true
86 86
 EOF
87 87
   supervisorctl reread
88
+  supervisorctl add mysqld
88 89
 
89 90
   # fix permissions and ownership of /var/lib/mysql
90 91
   chown -R mysql:mysql /var/lib/mysql