janus runner draft

This commit is contained in:
Devaev Maxim
2021-05-24 05:03:45 +03:00
parent 9cead62032
commit 19a68887e4
17 changed files with 565 additions and 30 deletions

View File

@@ -27,6 +27,7 @@ RUN pacman -Syu --noconfirm \
python-pyserial \
python-setproctitle \
python-psutil \
python-netifaces \
python-systemd \
python-dbus \
python-pygments \

View File

@@ -110,3 +110,7 @@ otgnet:
- "/bin/true"
pre_stop_cmd:
- "/bin/true"
janus:
cmd:
- "/bin/true"

View File

@@ -47,3 +47,7 @@ otgnet:
- "/bin/true"
pre_stop_cmd:
- "/bin/true"
janus:
cmd:
- "/bin/true"