aports/testing/piler/piler.pre-install
Noel Kuntze d8eb18cdc7 testing/piler: new aport
Open source email archiving solution with all the necessary features for your enterprise
2024-03-30 17:36:37 +00:00

6 lines
126 B
Bash

#!/bin/sh
addgroup -S piler 2>/dev/null
adduser -S -D -h /var/piler -s /bin/bash -G piler -g piler piler 2>/dev/null
exit 0