install app

This commit is contained in:
2025-06-20 09:44:14 +03:00
parent 5e4890aeab
commit b50c11d458
2 changed files with 74 additions and 25 deletions

15
signage-player.service Normal file
View File

@@ -0,0 +1,15 @@
[Unit]
Description=Signage Player Service
After=network.targhet
[Service]
ExecStart=/home/pi/signage-player/run_app.sh
WorkingDirectory=/home/pi/signage-player
StandardOutput=inherit
StandardError=inherit
Restart=always
User=pi
Enviroment=DISPLAY=:0
[Install]
WantedBy=multi-user.targhet