mirror of
https://github.com/YunoHost-Apps/mattermost_ynh.git
synced 2024-09-03 19:36:29 +02:00
Adapt to PostgreSQL (#375)
Question: in https://docs.mattermost.com/install/install-debian.html#install-postgresql-database-server, I see `BindsTo=postgresql.service` while in the original file here I find `Requires=mysql.service`. I don't know which one makes sense, so I keep the orinigal Yunohost version (Requires)
This commit is contained in:
parent
70505f252f
commit
fd0d0ad67e
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
[Unit]
|
||||
Description=Mattermost
|
||||
After=network.target
|
||||
After=mysql.service
|
||||
Requires=mysql.service
|
||||
After=postgresql.service
|
||||
Requires=postgresql.service
|
||||
|
||||
[Service]
|
||||
Type=notify
|
||||
|
|
Loading…
Reference in a new issue