Warning, /swf-monitor/swf-testbed-bot.service is written in an unsupported language. File is not indexed.
0001 [Unit]
0002 Description=SWF Testbed Mattermost Bot
0003 After=network.target postgresql.service
0004
0005 [Service]
0006 Type=simple
0007 User=wenauseic
0008 Group=eic
0009 WorkingDirectory=/opt/swf-monitor/current/src
0010 EnvironmentFile=/opt/swf-monitor/config/env/production.env
0011 Environment=DJANGO_SETTINGS_MODULE=swf_monitor_project.settings
0012 ExecStart=/opt/swf-monitor/current/.venv/bin/python manage.py testbed_bot
0013 Restart=on-failure
0014 RestartSec=15
0015
0016 [Install]
0017 WantedBy=multi-user.target