mirror of
https://github.com/YunoHost-Apps/movim_ynh.git
synced 2024-09-03 19:46:19 +02:00
Add postgresql as a systemd dependency
This commit is contained in:
parent
16bc234689
commit
1c621021e4
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Movim: responsive web-based XMPP client
|
Description=Movim: responsive web-based XMPP client
|
||||||
After=nginx.service network.target local-fs.target postgresql.service
|
After=nginx.service network.target local-fs.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
|
|
Loading…
Add table
Reference in a new issue