install app
This commit is contained in:
15
signage-player.service
Normal file
15
signage-player.service
Normal 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
|
||||
Reference in New Issue
Block a user