16 lines
291 B
Desktop File
16 lines
291 B
Desktop File
[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
|