using cmake to build project and submodules
This commit is contained in:
12
RpiLedBars/backend/pixled.service
Normal file
12
RpiLedBars/backend/pixled.service
Normal file
@@ -0,0 +1,12 @@
|
||||
[Unit]
|
||||
Description=pixled
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
ExecStart=pixled -n 60 -d 2
|
||||
Restart=always
|
||||
User=root
|
||||
Group=root
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Reference in New Issue
Block a user