1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-24 19:55:26 +03:00
aports/testing/z-push/z-push.pre-install
Noel Kuntze 4815d28f6e testing/z-push: new aport
open-source implementation of the ActiveSync protocol
2021-08-05 18:47:18 +00:00

8 lines
282 B
Bash

#!/bin/sh
addgroup -S z-push >/dev/null 2>/dev/null
addgroup -S kopano >/dev/null 2>/dev/null
adduser -S -D -H -h /var/lib/z-push -s /sbin/nologin -G z-push -g z-push z-push >/dev/null 2>/dev/null
# for access to server.sock
addgroup -S z-push kopano >/dev/null 2>/dev/null
exit 0