lxc-config/hooks/kdbusfs

7 lines
130 B
Plaintext
Raw Permalink Normal View History

2015-09-18 19:37:00 +00:00
#!/bin/bash
set -x
cd ${LXC_ROOTFS_MOUNT}/sys/fs
mkdir kdbus
mount -t kdbusfs kdbusfs kdbus
#chown -R 100000:100000 kdbus/control