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

15 lines
249 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
Restart=always
[Install]
WantedBy=multi-user.target