Add missing mysql dependencies

This commit is contained in:
nemunaire 2018-05-24 19:44:38 +02:00
commit eb3cc73785
6 changed files with 6 additions and 7 deletions

View file

@ -8,7 +8,7 @@ pidfile=/var/run/mattermost/mattermost.pid
start_stop_daemon_args="--make-pidfile --background --user nobody --group nobody --chdir /usr/share/webapps/mattermost/"
depend() {
need localmount net
need localmount net mysql
}
start_pre() {