Spaces:
Paused
Paused
| [Unit] | |
| Description=BotDC Discord Bot | |
| After=network.target | |
| [Service] | |
| Type=simple | |
| User=ubuntu | |
| WorkingDirectory=/opt/botdc | |
| ExecStart=/opt/botdc/venv/bin/python /opt/botdc/bot.py | |
| Restart=always | |
| RestartSec=5 | |
| [Install] | |
| WantedBy=multi-user.target | |