diff options
author | nico <nico@magicbroccoli.de> | 2020-06-10 10:40:48 +0200 |
---|---|---|
committer | nico <nico@magicbroccoli.de> | 2020-06-10 10:40:48 +0200 |
commit | 6c08f4bb647680460191f650860900c9831173bf (patch) | |
tree | d732f4d7686396acdd728d5b3120668bf56c6a10 /contrib/init/linux-systemd/ejabberd-cleanup.service | |
parent | f14c9af6ee0c0399c2ec83e58402f01e9b47a06d (diff) |
no unicorns
gunicorn VIRTUAL_ENV detection is not compatible to our tools
Diffstat (limited to 'contrib/init/linux-systemd/ejabberd-cleanup.service')
-rw-r--r-- | contrib/init/linux-systemd/ejabberd-cleanup.service | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/init/linux-systemd/ejabberd-cleanup.service b/contrib/init/linux-systemd/ejabberd-cleanup.service index e68de47..4bea474 100644 --- a/contrib/init/linux-systemd/ejabberd-cleanup.service +++ b/contrib/init/linux-systemd/ejabberd-cleanup.service @@ -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/ |