Compare commits
2 Commits
main
...
a60c615612
Author | SHA1 | Date | |
---|---|---|---|
a60c615612 | |||
c57bb24c87 |
2
.gitignore
vendored
2
.gitignore
vendored
@@ -136,5 +136,3 @@ dmypy.json
|
|||||||
|
|
||||||
# Cython debug symbols
|
# Cython debug symbols
|
||||||
cython_debug/
|
cython_debug/
|
||||||
|
|
||||||
.vscode
|
|
||||||
|
@@ -1,14 +1,11 @@
|
|||||||

|
|
||||||
|
|
||||||
> apologies for the gif, it looks smooth in person but it's surprisingly difficult to cleanly capture video of PWM controlled lights
|
|
||||||
|
|
||||||
Designed to power a lamp from a raspberry pi. Turns GPIO17 on if internet works, pulses if internet doesn't
|
Designed to power a lamp from a raspberry pi. Turns GPIO17 on if internet works, pulses if internet doesn't
|
||||||
|
|
||||||
install: symlink or copy cloudsign.service to `/lib/systemd/system`
|
install: link or copy cloudsign.service to `/lib/systemd/system`
|
||||||
|
|
||||||
start: `sudo systemctl start cloudsign`
|
start: `sudo systemctl start cloudsign`
|
||||||
stop: `sudo systemctl stop cloudsign`
|
stop: `sudo systemctl stop cloudsign`
|
||||||
etc for enable/disable/restart
|
etc for enable/disable/restart
|
||||||
|
|
||||||
|
test 2.
|
||||||
logs: `journalctl -u cloudsign`
|
logs: `journalctl -u cloudsign`
|
||||||
edit startup: `sudo vim /lib/systemd/system/cloudsign.service`
|
edit startup: `sudo vim /lib/systemd/system/cloudsign.service`
|
Reference in New Issue
Block a user