#!/bin/sh addgroup -S perdition 2>/dev/null adduser -h /var/run/perdition -s /bin/false -S -G perdition -D perdition 2>/dev/null exit 0