10 lines
346 B
Plaintext
10 lines
346 B
Plaintext
# https://github.com/lxc/lxc/raw/stable-2.1/config/templates/voidlinux.userns.conf.in
|
|
# This derives from the global userns config
|
|
lxc.include = /usr/share/lxc/config/userns.conf
|
|
|
|
# Set $VIRTUALIZATION so runit doesn't try to mount filesystems or start udevd
|
|
lxc.environment=VIRTUALIZATION=lxc
|
|
|
|
# Set the halt/stop signals
|
|
lxc.haltsignal=SIGCONT
|