add dev-tun hook for openvpn
This commit is contained in:
parent
c3e6793a9f
commit
40e6369431
6
hooks/dev-tun
Executable file
6
hooks/dev-tun
Executable file
@ -0,0 +1,6 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
cd ${LXC_ROOTFS_MOUNT}/dev
|
||||||
|
mkdir net
|
||||||
|
mknod net/tun c 10 200
|
||||||
|
chmod 0666 net/tun
|
Loading…
Reference in New Issue
Block a user