aboutsummaryrefslogtreecommitdiffstats
path: root/testing/lxd-feature/lxd-feature.pre-install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/lxd-feature/lxd-feature.pre-install')
-rw-r--r--testing/lxd-feature/lxd-feature.pre-install5
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/lxd-feature/lxd-feature.pre-install b/testing/lxd-feature/lxd-feature.pre-install
new file mode 100644
index 00000000000..5dedf7c575c
--- /dev/null
+++ b/testing/lxd-feature/lxd-feature.pre-install
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+addgroup -S lxd 2>/dev/null
+
+exit 0