burrow-pi-img/stage2/06-dride-base/files/systemctl/live.service

18 lines
304 B
INI

[Unit]
Description=Control the live mode service of your Dride
Documentation=https://dride.io/documentation
After=network.target
[Service]
Type=simple
User=pi
ExecStart=/opt/vc/bin/raspivid -t 0 -w 640 -h 480 -fps 25 -l -o tcp://0.0.0.0:3333
Restart=on-failure
[Install]
WantedBy=multi-user.target