Add missing mysql dependencies
This commit is contained in:
parent
218626aaeb
commit
eb3cc73785
6 changed files with 6 additions and 7 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue