5 lines
209 B
Bash
5 lines
209 B
Bash
|
# make
|
||
|
cp ./bin/pixled bin/service_pixled
|
||
|
sudo -s bash -c "cp pixled.service /etc/systemd/system; systemctl daemon-reload"
|
||
|
# sudo -s bash -c "systemctl enable pixled"
|
||
|
sudo -s bash -c "systemctl restart pixled"
|