From bb83b033a6cef1ae2356bf117be8b9ffb873b105 Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Tue, 13 Feb 2018 14:40:52 +0100 Subject: systemd: disable SYSV compat Signed-off-by: Michael Olbrich --- rules/systemd.make | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rules/systemd.make') diff --git a/rules/systemd.make b/rules/systemd.make index d0fdcb330..81036eed5 100644 --- a/rules/systemd.make +++ b/rules/systemd.make @@ -134,6 +134,8 @@ SYSTEMD_CONF_OPT := \ -Dsystem-gid-max=999 \ -Dsystem-uid-max=999 \ -Dsysusers=false \ + -Dsysvinit-path= \ + -Dsysvrcnd-path= \ -Dtelinit-path=/usr/bin/telinit \ -Dtests=false \ -Dtime-epoch=`date --date "$(PTXDIST_VERSION_YEAR)-$(PTXDIST_VERSION_MONTH)-01 UTC" +%s` \ -- cgit v1.2.3