aports/testing/webhookd/webhookd.pre-install
Fabricio Silva ac41e8cd2c testing/webhookd: new aport
https://github.com/ncarlier/webhookd
A very simple webhook server launching shell scripts
2025-01-30 16:55:46 +00:00

6 lines
149 B
Bash

#!/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