summaryrefslogtreecommitdiff
path: root/system/s6/s6.pre-upgrade
diff options
context:
space:
mode:
Diffstat (limited to 'system/s6/s6.pre-upgrade')
-rw-r--r--system/s6/s6.pre-upgrade6
1 files changed, 0 insertions, 6 deletions
diff --git a/system/s6/s6.pre-upgrade b/system/s6/s6.pre-upgrade
deleted file mode 100644
index 2c175a325..000000000
--- a/system/s6/s6.pre-upgrade
+++ /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