Lines Matching refs:run
48 $rootfs/run/sshd \
65 ln -s /run $rootfs/var/run
136 # When using LXC with apparmor, uncomment the next line to run unconfined:
144 lxc.mount.entry = tmpfs run/sshd tmpfs mode=0644 0 0
164 # if no .ipv4 section in config, then have the container run dhcp
165 grep -q "^lxc.network.ipv4" $path/config || touch $rootfs/run-dhcp
215 echo "This script should be run as 'root'"
226 # run dhcp?
227 if [ -f /run-dhcp ]; then