mirror of https://github.com/tteck/Proxmox.git
				
				
				
			Update zigbee2mqtt_container.sh
This commit is contained in:
		
							parent
							
								
									ca3e275d0e
								
							
						
					
					
						commit
						6c66c52ecd
					
				| 
						 | 
					@ -149,6 +149,11 @@ LXC_CONFIG=/etc/pve/lxc/${CTID}.conf
 | 
				
			||||||
cat <<EOF >> $LXC_CONFIG
 | 
					cat <<EOF >> $LXC_CONFIG
 | 
				
			||||||
lxc.cgroup2.devices.allow: a
 | 
					lxc.cgroup2.devices.allow: a
 | 
				
			||||||
lxc.cap.drop: 
 | 
					lxc.cap.drop: 
 | 
				
			||||||
 | 
					lxc.cgroup2.devices.allow: c 188:* rwm
 | 
				
			||||||
 | 
					lxc.cgroup2.devices.allow: c 189:* rwm
 | 
				
			||||||
 | 
					lxc.mount.entry: /dev/serial/by-id  dev/serial/by-id  none bind,optional,create=dir
 | 
				
			||||||
 | 
					lxc.mount.entry: /dev/ttyUSB0       dev/ttyUSB0       none bind,optional,create=file
 | 
				
			||||||
 | 
					lxc.mount.entry: /dev/ttyACM0       dev/ttyACM0       none bind,optional,create=file
 | 
				
			||||||
EOF
 | 
					EOF
 | 
				
			||||||
 | 
					
 | 
				
			||||||
MOUNT=$(pct mount $CTID | cut -d"'" -f 2)
 | 
					MOUNT=$(pct mount $CTID | cut -d"'" -f 2)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue