1
0
mirror of https://github.com/azlux/dpkg-deb synced 2024-11-27 00:24:12 +00:00
dpkg-deb/webhookd/DEBIAN/preinst
2020-02-04 23:13:03 +01:00

4 lines
147 B
Bash
Executable File

#!/usr/bin/env bash
adduser --system --group --disabled-password --no-create-home --shell /bin/bash --gecos 'WebHookd System User' webhookd
exit 0