1
0
Fork 0

better instructions for starting and monitoring the buttond service

This commit is contained in:
Kevin Matz 2019-11-16 16:39:22 -05:00
parent 19243d93f4
commit 849e4443f2
1 changed files with 4 additions and 4 deletions

View File

@ -56,7 +56,6 @@ git clone --recurse-submodules https://git.company235.com/kevin/onsetswitch.git
cd onsetswitch
```
## Configuring
### Input
@ -88,7 +87,8 @@ sudo systemctl daemon-reload
sudo systemctl enable buttons.service
```
Reboot the Raspberry Pi:
```sh
sudo reboot
Start the buttond service:
```
sudo systemctl start buttons.service
sudo systemctl status buttons.service
```