config: remove SIGRTMIN+14 as lxc.signal.stop

We want to be able to SIGKILL an Archlinux container. Signed-off-by: 's avatarChristian Brauner <christian.brauner@ubuntu.com>
parent 0a5c220e
...@@ -6,7 +6,6 @@ lxc.tty = 6 ...@@ -6,7 +6,6 @@ lxc.tty = 6
# Set the halt/stop signals # Set the halt/stop signals
lxc.haltsignal=SIGRTMIN+4 lxc.haltsignal=SIGRTMIN+4
lxc.stopsignal=SIGRTMIN+14
# Uncomment to disable creating tty devices subdirectory in /dev # Uncomment to disable creating tty devices subdirectory in /dev
# lxc.devttydir = # lxc.devttydir =
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment