1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/diaspora_ynh.git synced 2024-09-03 18:26:13 +02:00

Attempt to fix timeout issue when yunuhost tries to update certificates

This commit is contained in:
Augustin Trancart 2020-04-09 22:40:02 +02:00
parent 749b4e8de0
commit 6584507763
3 changed files with 0 additions and 3 deletions

View file

@ -2,7 +2,6 @@
Description=Diaspora social network (instance {{ app}})
Wants=redis.service postgresql.service
After=redis.service postgresql.service
StopWhenUnneeded=true
[Install]
WantedBy=multi-user.target

View file

@ -1,7 +1,6 @@
[Unit]
Description=Diaspora social network (sidekiq - instance {{ app }})
PartOf={{ app }}.target
StopWhenUnneeded=true
[Service]
User={{ app }}

View file

@ -1,7 +1,6 @@
[Unit]
Description=Diaspora social network (unicorn - instance {{ app }})
PartOf={{ app }}.target
StopWhenUnneeded=true
[Service]
User={{ app }}