1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mygpo_ynh.git synced 2024-09-03 19:55:52 +02:00

Tweak systemd service

Attempt to prevent socket-bind errors
This commit is contained in:
Jules Bertholet 2021-04-27 11:52:33 -04:00
parent 5a705f48ff
commit a98897add4
2 changed files with 3 additions and 2 deletions

View file

@ -1,6 +1,7 @@
[Unit]
Description=GPodder
After=network.target postgresql.service nginx.service redis.service __APP__.socket __APP__-celery.service __APP__-beat.service
After=network.target postgresql.service nginx.service redis.service __APP__-celery.service __APP__-beat.service
Requires=__APP__.socket
[Service]

View file

@ -6,7 +6,7 @@
"en": "Manage podcast subscriptions, and sync them between apps and devices",
"fr": "Gérez vos sousciptions balado, et sychronisez-lez entre vos applis et appareils"
},
"version": "2.11.1~ynh4",
"version": "2.11.1~ynh5",
"url": "https://github.com/gpodder/mygpo",
"license": "AGPL-3.0-only",
"maintainer": {