1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 12:15:32 +03:00
aports/testing/openfire/openfire.pre-install
Taner Tas c045c835e1 testing/openfire: new aport
https://www.igniterealtime.org/projects/openfire/
Openfire is a cross-platform real-time collaboration server based on the XMPP (Jabber) protocol.
2018-09-04 10:36:49 +00:00

6 lines
135 B
Bash
Executable file

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