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

19 lines
270 B
INI

[Unit]
Description=Control the LED of your Dride
Documentation=https://dride.io/documentation
After=network.target
[Service]
Type=simple
User=pi
ExecStart=/home/core/modules/led/bin/main welcome
Restart=on-failure
RestartSec=1
[Install]
WantedBy=multi-user.target