25 lines
252 B
Markdown
25 lines
252 B
Markdown
|
# Weblight
|
||
|
|
||
|
Tool to switch on/off the yard light with web page.
|
||
|
|
||
|
## Installation
|
||
|
|
||
|
```shell
|
||
|
python setup.py install
|
||
|
```
|
||
|
|
||
|
## Usage
|
||
|
|
||
|
### Manual
|
||
|
|
||
|
```shell
|
||
|
start-weblight
|
||
|
```
|
||
|
|
||
|
### systemd
|
||
|
|
||
|
```shell
|
||
|
$ systemctl enable weblight
|
||
|
$ systemctl start weblight
|
||
|
```
|