增加MRZCPD在firewall容器中的集成。

This commit is contained in:
Lu Qiuwen
2021-03-12 14:09:03 +08:00
parent 0c1fd270d9
commit c6a966db2f
8 changed files with 49 additions and 29 deletions

View File

@@ -0,0 +1,5 @@
#!/bin/bash -ex
mkdir -p /run/usvhost
python -c "import socket as s; sock = s.socket(s.AF_UNIX); sock.bind('/run/usvhost/usvhost0')"
python -c "import socket as s; sock = s.socket(s.AF_UNIX); sock.bind('/run/usvhost/usvhost1')"
exec tail -f /dev/null