From 849e4443f2cacd8aef76bcb2c00414a93732afa9 Mon Sep 17 00:00:00 2001 From: Kevin Matz Date: Sat, 16 Nov 2019 16:39:22 -0500 Subject: [PATCH] better instructions for starting and monitoring the buttond service --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 291e417..839dbb8 100644 --- a/README.md +++ b/README.md @@ -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 ```