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.

14 lines
267 B
INI

[Unit]
Description=Video Player
After=multi-user.target
[Service]
WorkingDirectory=/home/pi/remote-relay
ExecStart=/home/pi/.nvm/versions/node/v22.12.0/bin/node /home/pi/remote-relay/index.js
User=1000
Group=1000
Restart=always
[Install]
WantedBy=multi-user.target