added systemd service file
This commit is contained in:
parent
8ff9c943c6
commit
8a22229487
13
bleak.service
Normal file
13
bleak.service
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
[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
|
Loading…
Reference in New Issue
Block a user