1
0
Fork 0
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:
biva 2022-06-22 10:50:57 +02:00 committed by GitHub
parent 70505f252f
commit fd0d0ad67e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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