botbotbot/botbotbot.service

14 lines
272 B
SYSTEMD

# /etc/systemd/system/botbotbot.service
[Unit]
Description=Botbotbot
After=multi-user.target
[Service]
Type=simple
User=edpibu
WorkingDirectory=/data/code/botbotbot.py
ExecStart=/data/code/botbotbot.py/env/bin/python -u -m botbotbot
[Install]
WantedBy=multi-user.target