From 0b4b312ce1c83ad548150c9110fffe261a42dec7 Mon Sep 17 00:00:00 2001 From: Peter Rounce Date: Tue, 16 Aug 2022 15:56:44 +0100 Subject: [PATCH] Update INSTALL.md add a step to enable the boltcard service --- docs/INSTALL.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 1946f79..e546652 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -55,7 +55,8 @@ edit `create_db.sql` to set the cardapp password ### boltcard service install `$ sudo cp boltcard.service /etc/systemd/system/boltcard.service` `$ ./s_build` -`$ systemctl status boltcard` +`$ sudo systemctl enable boltcard` +`$ sudo systemctl status boltcard` ### https setup set up the domain A record to point to the server