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}})
|
Description=Diaspora social network (instance {{ app}})
|
||||||
Wants=redis.service postgresql.service
|
Wants=redis.service postgresql.service
|
||||||
After=redis.service postgresql.service
|
After=redis.service postgresql.service
|
||||||
StopWhenUnneeded=true
|
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Diaspora social network (sidekiq - instance {{ app }})
|
Description=Diaspora social network (sidekiq - instance {{ app }})
|
||||||
PartOf={{ app }}.target
|
PartOf={{ app }}.target
|
||||||
StopWhenUnneeded=true
|
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
User={{ app }}
|
User={{ app }}
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Diaspora social network (unicorn - instance {{ app }})
|
Description=Diaspora social network (unicorn - instance {{ app }})
|
||||||
PartOf={{ app }}.target
|
PartOf={{ app }}.target
|
||||||
StopWhenUnneeded=true
|
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
User={{ app }}
|
User={{ app }}
|
||||||
|
|
Loading…
Reference in a new issue