#!/bin/sh
addgroup -S paste || true
adduser -SDH -s /sbin/nologin -G paste -g paste paste || true
