aports/testing/gotify/gotify.pre-install
2024-06-23 21:14:01 +00:00

6 lines
143 B
Bash
Executable file

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