diff options
Diffstat (limited to 'ledctl')
| -rw-r--r-- | ledctl/Makefile | 1 | ||||
| -rw-r--r-- | ledctl/README.md | 13 |
2 files changed, 8 insertions, 6 deletions
diff --git a/ledctl/Makefile b/ledctl/Makefile index 2777bb8..090ef1d 100644 --- a/ledctl/Makefile +++ b/ledctl/Makefile @@ -3,3 +3,4 @@ install: ln -sf /usr/bin/ledctl /usr/lib/systemd/system-shutdown/ install -m 644 systemd/led-boot.service /etc/systemd/system/led-boot.service install -m 644 systemd/led-ready.service /etc/systemd/system/led-ready.service + systemctl daemon-reload diff --git a/ledctl/README.md b/ledctl/README.md index 81eaf08..770d531 100644 --- a/ledctl/README.md +++ b/ledctl/README.md @@ -25,14 +25,15 @@ systemctl enable led-boot led-ready ## Usage -Use the ```ledctl``` script to set the LED color. +Use the `ledctl` script to set the LED color. -``` +` ledctl <color> -``` +` Valid colors are - on, off - red, green, blue, yellow, pink, cyan - #rrggbb + +- on, off +- red, green, blue, yellow, pink, cyan +- \#rrggbb e.g. #ff0000 |
