log interface

This commit is contained in:
Devaev Maxim
2018-10-28 06:51:51 +03:00
parent 1f54776ce0
commit ab342111d0
12 changed files with 133 additions and 16 deletions

View File

@@ -36,6 +36,7 @@ RUN pacman -Syy \
&& user-packer -S --noconfirm \
python \
python-pip \
python-systemd \
nginx-mainline \
ustreamer \
socat \

View File

@@ -4,11 +4,15 @@ kvmd:
port: 8081
heartbeat: 3.0
log:
services:
- kvmd.service
hid:
pinout:
reset: 4
device: /dev/ttyAMA0
device: /dev/ttyS10
speed: 115200
reset_delay: 0.1

View File

@@ -5,5 +5,6 @@ pyudev
pyyaml
pyserial
setproctitle
systemd-python
bumpversion
tox