software (/etc/systemd/system/svp.service)

 

[Unit]
Description=S. Video Player

[Service]
User=root
WorkingDirectory=/home/pi
Restart=always
RestartSec=3
ExecStart=/home/pi/svp.sh

[Install]
WantedBy=multi-user.target

Comments