aports/testing/gotify/gotify.pre-install

7 lines
143 B
Text
Raw Permalink Normal View History

2024-05-03 09:49:07 +00:00
#!/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