Compare commits

...

No commits in common. "c1f433090f19f512ad96568d6e0e3310eace4560" and "78dca5c55939208fb82c60365789b9407f8ee73b" have entirely different histories.

View File

@ -1,24 +0,0 @@
# 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
```