From b7d007ec79ab50a6755bc0e3c6adc5d808732bc6 Mon Sep 17 00:00:00 2001 From: valoka Date: Thu, 19 Sep 2024 23:47:45 +0900 Subject: [PATCH] added systemd service --- ihas.service | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 ihas.service 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