summaryrefslogtreecommitdiffstats
path: root/core/modules/systemd
diff options
context:
space:
mode:
authorSimon Rettberg2021-07-27 14:35:05 +0200
committerroot2021-07-27 14:35:05 +0200
commit001ec398728afacd1e639c83fa7eea9dba091fc1 (patch)
tree444d51f15e5744baad0d3b9a5533fd7bfb23a549 /core/modules/systemd
parent[dhcpc-busybox] Fix paths, extglob (diff)
downloadmltk-001ec398728afacd1e639c83fa7eea9dba091fc1.tar.gz
mltk-001ec398728afacd1e639c83fa7eea9dba091fc1.tar.xz
mltk-001ec398728afacd1e639c83fa7eea9dba091fc1.zip
useradd.inc: Rewrite helper once again
Diffstat (limited to 'core/modules/systemd')
-rw-r--r--core/modules/systemd/module.build6
1 files changed, 3 insertions, 3 deletions
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"
}