diff options
Diffstat (limited to 'core/modules/systemd/module.build')
-rw-r--r-- | core/modules/systemd/module.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/modules/systemd/module.build b/core/modules/systemd/module.build index 2e11bcd7..3cca1928 100644 --- a/core/modules/systemd/module.build +++ b/core/modules/systemd/module.build @@ -96,7 +96,7 @@ build () { } post_copy() { - add_user "kvm" - add_user "systemd-journal-upload" + add_system_user "kvm" + add_system_user "systemd-journal-upload" } |