bleak/bleak.service

14 lines
211 B
SYSTEMD
Raw Normal View History

2020-11-22 22:50:08 -06:00
[Unit]
Description=Bleak, an LED "mood lighting" project
After=network.target
[Service]
Type=simple
Restart=always
RestartSec=1
User=pi
ExecStart=/home/pi/.cargo/bin/bleak
[Install]
WantedBy=multi-user.target