summaryrefslogtreecommitdiffstats
path: root/core/modules/systemd
diff options
context:
space:
mode:
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"
}