From 922d91c4da223918abf074702a76c96712f68524 Mon Sep 17 00:00:00 2001 From: Chuck Dries Date: Fri, 21 May 2021 11:30:52 -0700 Subject: [PATCH] Update 'README.md' --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index deefe22..9dc2523 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ Designed to power a lamp from a raspberry pi. Turns GPIO17 on if internet works, pulses if internet doesn't -install: link or copy cloudsign.service to `/lib/systemd/system` +install: symlink or copy cloudsign.service to `/lib/systemd/system` start: `sudo systemctl start cloudsign` stop: `sudo systemctl stop cloudsign` etc for enable/disable/restart -logs: `journalctl -u cloudsign` +logs: `journalctl -u cloudsign` edit startup: `sudo vim /lib/systemd/system/cloudsign.service` \ No newline at end of file