File size: 242 Bytes
0812aec
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[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