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/matterircd/matterircd.pid
start_stop_daemon_args="--make-pidfile --background --user nobody --group nobody --chdir /var/run/matterircd --stdout /var/log/matterircd/matterircd.log --stderr /var/log/matterircd/matterircd.log"
depend() {
need net
need net mattermost
}
start_pre() {