first commit

This commit is contained in:
2026-02-09 22:07:10 +01:00
commit 5117a9ef4d
5 changed files with 352 additions and 0 deletions

14
piscope.service Normal file
View File

@@ -0,0 +1,14 @@
[Unit]
Description=OLED System Stats Monitor
After=multi-user.target
[Service]
Type=simple
User=root
WorkingDirectory=/opt/PiScope
ExecStart=/bin/bash -c 'source /opt/PiScope/venv/bin/activate && exec python PiScope.py'
Restart=always
RestartSec=5
[Install]
WantedBy=multi-user.target