Linux conf files

This commit is contained in:
2024-03-29 13:52:10 +00:00
committed by migatu
parent 00172920a9
commit 5b7d7b31b2
2 changed files with 14 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
[Unit]
Description=Conjurer
After=multi-user.target
[Service]
Type=simple
ExecStart=/home/pi/Conjurer/env/bin/python3 /home/pi/Conjurer/bot.py
Restart=on-abort
[Install]
WantedBy=multi-user.target
Executable
+3
View File
@@ -0,0 +1,3 @@
#!/bin/bash
python3 -m venv /home/pi/Conjurer/env
python3 /home/pi/Conjurer/bot.py