diff options
| author | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-18 21:59:22 +0200 |
|---|---|---|
| committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-18 21:59:22 +0200 |
| commit | c8a8ec613ecf6062040f97cf77b459348e0cb0b8 (patch) | |
| tree | 443f787f77ae27b6775d7c0a9f25c5f78bb41a5d /testing/munin/munin-node.pre-install | |
| parent | 584f8e08b4dbc4602ae7f7bdf70007efdc11e788 (diff) | |
| download | aports-c8a8ec613ecf6062040f97cf77b459348e0cb0b8.tar.bz2 aports-c8a8ec613ecf6062040f97cf77b459348e0cb0b8.tar.xz | |
community/munin: move back to testing due to depends
Diffstat (limited to 'testing/munin/munin-node.pre-install')
| -rw-r--r-- | testing/munin/munin-node.pre-install | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/munin/munin-node.pre-install b/testing/munin/munin-node.pre-install new file mode 100644 index 0000000000..7352cf2fdd --- /dev/null +++ b/testing/munin/munin-node.pre-install @@ -0,0 +1,10 @@ +#!/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 |
