aports/testing/headscale/headscale.pre-install
ptrcnull c625cfabcf testing/headscale: new aport
An open source, self-hosted implementation of the Tailscale control server
https://github.com/juanfont/headscale
2022-03-09 00:37:18 +00:00

7 lines
157 B
Bash

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