Deamon installation described

This commit is contained in:
Ollo
2023-09-22 22:11:46 +02:00
parent dd860166fd
commit e4a1788698
3 changed files with 43 additions and 0 deletions

View File

@@ -25,3 +25,17 @@ stored in folder **/client**
go to **/client**
* cargo build
* cargo run
### Deamon
Requires ''systemd''
Install by creating a link to this project
```
/etc/systemd/system# ln -s /home/c3ma/led-board/client/ledBoard.service ledBoard.service
systemctl daemon-reload
systemctl enable ledBoard.service
```
Start deamon with
```
systemctl start ledBoard.service
```