added systemd service

This commit is contained in:
2024-09-19 23:47:45 +09:00
parent 660cb8002b
commit b7d007ec79

10
ihas.service Normal file
View File

@@ -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