Merge branch 'master' into dependabot/pip/sanic-21.12.2

This commit is contained in:
Kayou 2023-04-14 14:34:56 +02:00 committed by GitHub
commit 19d978497a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 27 additions and 26 deletions

View file

@ -1,26 +1,27 @@
aiodns==3.0.0 aiodns==3.0.0
aiofiles==0.7.0 aiofiles==23.1.0
aiohttp==3.7.4.post0 aiohttp==3.8.4
async-timeout==3.0.1 aiosignal==1.3.1
attrs==21.2.0 async-timeout==4.0.2
cffi==1.14.5 asynctest==0.13.0
chardet==4.0.0 attrs==22.2.0
decorator==5.0.9 cffi==1.15.1
gevent==21.1.2 charset-normalizer==3.1.0
greenlet==1.1.0 decorator==5.1.1
httptools==0.2.0 frozenlist==1.3.3
idna==3.2 html5tagger==1.3.0
multidict==5.1.0 httptools==0.5.0
pycares==4.0.0 idna==3.4
pycparser==2.20 multidict==6.0.4
sanic==21.12.2 pkg-resources==0.0.0
sanic-routing==0.6.2 pycares==4.3.0
six==1.16.0 pycparser==2.21
typing-extensions==3.10.0.0 sanic==23.3.0
ujson==4.0.2 sanic-routing==22.8.0
uvloop==0.15.2 tracerite==1.1.0
validators==0.18.2 typing-extensions==4.5.0
websockets==8.1 ujson==5.7.0
yarl==1.6.3 uvloop==0.17.0
zope.event==4.5.0 validators==0.20.0
zope.interface==5.4.0 websockets==11.0.1
yarl==1.8.2

View file

@ -4,7 +4,7 @@ Description=A server providing features for remote-diagnosis for Yunohost server
[Service] [Service]
Type=simple Type=simple
WorkingDirectory={{ WORKING_DIR }} WorkingDirectory={{ WORKING_DIR }}
ExecStart={{ WORKING_DIR }}/venv/bin/python3.6 yunodiagnoser.py &> server.log ExecStart={{ WORKING_DIR }}/venv/bin/python3 yunodiagnoser.py &> server.log
ExecStop=/bin/kill `/bin/ps aux | /bin/grep yunodiagnoser.py | /bin/grep -v grep | /usr/bin/awk '{ print $2 }'` ExecStop=/bin/kill `/bin/ps aux | /bin/grep yunodiagnoser.py | /bin/grep -v grep | /usr/bin/awk '{ print $2 }'`
[Install] [Install]