aboutsummaryrefslogtreecommitdiffstats
path: root/testing/munin/munin-node.pre-install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/munin/munin-node.pre-install')
-rw-r--r--testing/munin/munin-node.pre-install10
1 files changed, 0 insertions, 10 deletions
diff --git a/testing/munin/munin-node.pre-install b/testing/munin/munin-node.pre-install
deleted file mode 100644
index 7352cf2fdd..0000000000
--- a/testing/munin/munin-node.pre-install
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-username=munin
-groupname="$username"
-
-addgroup -S "$username" 2>/dev/null
-adduser -S -D -H -h /run/"$username" -s /sbin/nologin -G "$groupname" \
- -g "$username" "$username" 2>/dev/null
-
-exit 0