aboutsummaryrefslogtreecommitdiffstats
path: root/testing/opensips/opensips.pre-install
blob: 8d0774990b6bc426a6062ab7f50071ae6e009a9b (plain)
1
2
3
4
5
#!/bin/sh

adduser -S -H -h /var/empty -s /bin/false -D -g opensips opensips 2>/dev/null

exit 0