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-player2.service

14 lines
294 B
INI

[Unit]
Description=Video Player
After=multi-user.target
[Service]
WorkingDirectory=/home/steady/video-player
ExecStart=ffplay -fs -loop 2147483647 /home/steady/video-player/public/videos/video.mp4
Environment=DISPLAY=:0
User=1000
Group=1000
Restart=always
[Install]
WantedBy=multi-user.target