summaryrefslogtreecommitdiffstats
path: root/systemd/post-install
diff options
context:
space:
mode:
Diffstat (limited to 'systemd/post-install')
-rw-r--r--systemd/post-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/systemd/post-install b/systemd/post-install
index 003009d1a..82e97f29b 100644
--- a/systemd/post-install
+++ b/systemd/post-install
@@ -1,7 +1,7 @@
#!/bin/sh
/usr/bin/systemd-machine-id-setup
systemctl enable getty@.service
-getent group lock > /dev/null || /usr/sbin/groupadd -g 38 lock
+getent group lock > /dev/null || /usr/sbin/groupadd -g 43 lock
echo `hostname` > /etc/hostname