diff --git a/ihas.service b/ihas.service new file mode 100644 index 0000000..9ce802b --- /dev/null +++ b/ihas.service @@ -0,0 +1,10 @@ +[Unit] +Description=IHATEAMGUSITE discord bot service +After=multi-user.target + +[Service] +ExecStart=/home/valoka/coolstuff/IHATEAMGUSITE/.venv/bin/python /home/valoka/coolstuff/IHATEAMGUSITE/main.py +Type=simple + +[Install] +WantedBy=multi-user.target \ No newline at end of file