install stuff

This commit is contained in:
2025-09-25 15:16:52 +02:00
parent cfd1b0bc43
commit 89ad062d42
4 changed files with 172 additions and 12 deletions

View File

@@ -9,7 +9,7 @@ Type=simple
User=root
Group=root
WorkingDirectory=/opt/video_player
ExecStart=/usr/bin/python3 /opt/video_player/video_player.py
ExecStart=/opt/video_player/venv/bin/python /opt/video_player/video_player.py
ExecReload=/bin/kill -HUP $MAINPID
Restart=always
RestartSec=10