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

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

exit 0