summaryrefslogtreecommitdiffstats
path: root/core/modules/systemd
diff options
context:
space:
mode:
authorSimon Rettberg2021-07-27 15:47:51 +0200
committerSimon Rettberg2021-07-27 15:47:51 +0200
commitb5852a1dd1c69a3877e309968fd9ff66e9501ca3 (patch)
treef42c88ff7320fd49598d197eee26ab9f880f431d /core/modules/systemd
parent[disk-partitions] Force permissions of persistent mount point (diff)
downloadmltk-b5852a1dd1c69a3877e309968fd9ff66e9501ca3.tar.gz
mltk-b5852a1dd1c69a3877e309968fd9ff66e9501ca3.tar.xz
mltk-b5852a1dd1c69a3877e309968fd9ff66e9501ca3.zip
fix useradd calls
Diffstat (limited to 'core/modules/systemd')
-rw-r--r--core/modules/systemd/module.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/modules/systemd/module.build b/core/modules/systemd/module.build
index b86141bc..ff0311e3 100644
--- a/core/modules/systemd/module.build
+++ b/core/modules/systemd/module.build
@@ -98,7 +98,7 @@ build () {
}
post_copy() {
- useradd --system --inactive --no-create-home "kvm"
- useradd --system --inactive --no-create-home "systemd-journal-upload"
+ useradd --system --no-create-home "kvm"
+ useradd --system --no-create-home "systemd-journal-upload"
}