diff --git a/botbotbot.service b/botbotbot.service new file mode 100644 index 0000000..343c6a3 --- /dev/null +++ b/botbotbot.service @@ -0,0 +1,13 @@ +# /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