#!/bin/sh

addgroup -S piler 2>/dev/null
adduser -S -D -h /var/piler -s /bin/bash -G piler -g piler piler 2>/dev/null

exit 0
