summaryrefslogtreecommitdiff
path: root/testing/systemd/systemd.install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/systemd/systemd.install')
-rw-r--r--testing/systemd/systemd.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/systemd/systemd.install b/testing/systemd/systemd.install
index 4850c879e..f31642e13 100644
--- a/testing/systemd/systemd.install
+++ b/testing/systemd/systemd.install
@@ -2,7 +2,7 @@
checkgroups() {
if ! getent group lock >/dev/null; then
- sbin/groupadd -g 54 lock
+ groupadd -g 54 lock
fi
}