From 7bd456ed7bf35da2d7a53650baa33637e178064e Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Tue, 28 Apr 2015 21:03:49 -0400 Subject: Disable service scripts for systemd-nspawn This adds the -systemd-nspawn keyword to service scripts which are not intended to run in systemd-nspawn containers. This fixes #52. X-Gentoo-Bug: 548058 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=548058 --- init.d/termencoding.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.d/termencoding.in') diff --git a/init.d/termencoding.in b/init.d/termencoding.in index d3aa0278..59ca6257 100644 --- a/init.d/termencoding.in +++ b/init.d/termencoding.in @@ -9,7 +9,7 @@ ttyn=${rc_tty_number:-${RC_TTY_NUMBER:-12}} depend() { - keyword -lxc -openvz -prefix -uml -vserver -xenu + keyword -lxc -openvz -prefix -systemd-nspawn -uml -vserver -xenu use root after bootmisc } -- cgit v1.2.3