From faaeaca9a175d5605f1083724675d393f93fdb90 Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Sun, 12 Dec 2021 20:21:36 +0000 Subject: [PATCH] Update 'Readme.md' --- Readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Readme.md b/Readme.md index bce2d5e..28fd2ab 100644 --- a/Readme.md +++ b/Readme.md @@ -156,6 +156,7 @@ exit ``` ## z2mqtt +* Enable feature on CT: 'Create Device Nodes' **Do not start this container after creation, follow these steps first** * Recommended to give CT 1-2GB of RAM (Required for updating) ### In Proxmox @@ -184,6 +185,7 @@ SUBSYSTEM=="tty", ACTION=="add", ATTRS{idVendor}=="0658", ATTRS{idProduct}=="020 * Add the following to /etc/pve/lxc/``.conf ``` lxc.cgroup2.devices.allow: c 166:* rwm +lxc.cgroup2.devices.allow: c 188:* rwm lxc.mount.entry: /dev/ttyACM-Zigbee dev/ttyACM-Zigbee none bind,optional,create=file lxc.mount.entry: /dev/ttyACM-Zwave dev/ttyACM-Zwave none bind,optional,create=file ```