no unicorns

gunicorn VIRTUAL_ENV detection is not compatible to our tools
This commit is contained in:
nico 2020-06-10 10:40:48 +02:00
parent f14c9af6ee
commit 6c08f4bb64
Signed by: mightyBroccoli
GPG Key ID: EA7C31AAB1BDC1A2
3 changed files with 0 additions and 3 deletions

View File

@ -5,7 +5,6 @@ Description=Clean up ejabberd
Type=oneshot
User=nobody
Group=nobody
Environment="VIRTUAL_ENV=/opt/ejabberd-tools/venv"
Environment="PATH=/opt/ejabberd-tools/venv/bin:/usr/local/bin:/usr/bin:/bin"
ExecStart=/opt/ejabberd-tools/cleanup.py
WorkingDirectory=/opt/ejabberd-tools/

View File

@ -5,7 +5,6 @@ Description=ejabberd prometheus exporter
Type=simple
User=nobody
Group=nobody
Environment="VIRTUAL_ENV=/opt/ejabberd-tools/venv"
Environment="PATH=/opt/ejabberd-tools/venv/bin:/usr/local/bin:/usr/bin:/bin"
ExecStart=/opt/ejabberd-tools/prometheus.py
WorkingDirectory=/opt/ejabberd-tools/

View File

@ -5,7 +5,6 @@ Description=ejabberd influxdb exporter
Type=simple
User=nobody
Group=nogroup
Environment="VIRTUAL_ENV=/opt/ejabberd-tools/venv"
Environment="PATH=/opt/ejabberd-tools/venv/bin:/usr/local/bin:/usr/bin:/bin"
ExecStart=/opt/ejabberd-tools/influx.py
WorkingDirectory=/opt/ejabberd-tools/