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:
parent
749b4e8de0
commit
6584507763
3 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
[Unit]
|
||||
Description=Diaspora social network (sidekiq - instance {{ app }})
|
||||
PartOf={{ app }}.target
|
||||
StopWhenUnneeded=true
|
||||
|
||||
[Service]
|
||||
User={{ app }}
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
[Unit]
|
||||
Description=Diaspora social network (unicorn - instance {{ app }})
|
||||
PartOf={{ app }}.target
|
||||
StopWhenUnneeded=true
|
||||
|
||||
[Service]
|
||||
User={{ app }}
|
||||
|
|
Loading…
Reference in a new issue