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

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

exit 0