Skip to content

Commit

Permalink
config: remove SIGRTMIN+14 as lxc.signal.stop
Browse files Browse the repository at this point in the history
We want to be able to SIGKILL an Archlinux container.

Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
  • Loading branch information
Christian Brauner committed Nov 6, 2017
1 parent 49ff395 commit 0d8e40c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/templates/archlinux.common.conf.in
Expand Up @@ -6,7 +6,6 @@ lxc.tty.max = 6

# Set the halt/stop signals
lxc.signal.halt=SIGRTMIN+4
lxc.signal.stop=SIGRTMIN+14

# Uncomment to disable creating tty devices subdirectory in /dev
# lxc.tty.dir =
Expand Down

0 comments on commit 0d8e40c

Please sign in to comment.