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

18 lines
320 B
INI

[Unit]
Description=Video Player
After=multi-user.target
StartLimitIntervalSec=500
StartLimitBurst=50
[Service]
WorkingDirectory=/home/steady/video-player
ExecStart=node /home/steady/video-player/index.js
Environment=DISPLAY=:0
User=1000
Group=1000
Restart=on-failure
RestartSec=5s
[Install]
WantedBy=multi-user.target