multithreaded app
This commit is contained in:
12
RpiLedBars/pixled.service
Normal file
12
RpiLedBars/pixled.service
Normal file
@ -0,0 +1,12 @@
|
||||
[Unit]
|
||||
Description=pixled
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/home/pi/LedBars/RpiLedBars/bin/service_pixled -n 60
|
||||
Restart=always
|
||||
User=root
|
||||
Group=root
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Reference in New Issue
Block a user