You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
video-player/video-player.service

13 lines
233 B
INI

[Unit]
Description=Video Player
After=multi-user.target
[Service]
WorkingDirectory=/home/pi/video-player
ExecStart=node /home/pi/video-player/index.js
Environment=DISPLAY=:0
User=1000
Group=1000
[Install]
WantedBy=multi-user.target