#!/bin/sh addgroup -S semaphore 2>/dev/null adduser -S -D -h /var/lib/semaphore -s /bin/ash -G semaphore semaphore 2>/dev/null exit 0