summaryrefslogtreecommitdiff
path: root/system/s6/s6.pre-install
diff options
context:
space:
mode:
Diffstat (limited to 'system/s6/s6.pre-install')
-rw-r--r--system/s6/s6.pre-install6
1 files changed, 0 insertions, 6 deletions
diff --git a/system/s6/s6.pre-install b/system/s6/s6.pre-install
deleted file mode 100644
index 2c175a325..000000000
--- a/system/s6/s6.pre-install
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-
-addgroup -S catchlog 2>/dev/null
-adduser -S -D -H -s /bin/false -G catchlog -g catchlog catchlog 2>/dev/null
-
-exit 0