summaryrefslogtreecommitdiffstats
path: root/rules/systemd.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2018-02-13 14:40:52 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-02-13 15:11:50 +0100
commitbb83b033a6cef1ae2356bf117be8b9ffb873b105 (patch)
treeb84f8de2cb887d6991db9645bc363a013d03f599 /rules/systemd.make
parentee06ca66eb191271c937e9b0325a85a3c19dafc8 (diff)
downloadptxdist-bb83b033a6cef1ae2356bf117be8b9ffb873b105.tar.gz
ptxdist-bb83b033a6cef1ae2356bf117be8b9ffb873b105.tar.xz
systemd: disable SYSV compat
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/systemd.make')
-rw-r--r--rules/systemd.make2
1 files changed, 2 insertions, 0 deletions
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` \