From 001ec398728afacd1e639c83fa7eea9dba091fc1 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 27 Jul 2021 14:35:05 +0200 Subject: useradd.inc: Rewrite helper once again --- core/modules/systemd/module.build | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'core/modules/systemd') diff --git a/core/modules/systemd/module.build b/core/modules/systemd/module.build index 2ddd10d7..b86141bc 100644 --- a/core/modules/systemd/module.build +++ b/core/modules/systemd/module.build @@ -48,7 +48,7 @@ build () { [ ! -e "./configure" ] && ./autogen.sh ./configure \ - --prefix=/ \ + --exec-prefix=/ \ --disable-manpages \ --enable-split-usr \ --sysconfdir="/etc" \ @@ -98,7 +98,7 @@ build () { } post_copy() { - add_system_user "kvm" - add_system_user "systemd-journal-upload" + useradd --system --inactive --no-create-home "kvm" + useradd --system --inactive --no-create-home "systemd-journal-upload" } -- cgit v1.2.3-55-g7522