BotDC / botdc.service
Gabeczkag's picture
Update bot
0812aec
Raw
History Blame Contribute Delete
242 Bytes
[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