#!/bin/sh addgroup -S webhookd 2>/dev/null adduser -S -D -h /var/lib/webhookd -s /sbin/nologin -G webhookd -g webhookd webhookd 2>/dev/null exit 0