mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-29 10:21:10 +02:00
6 lines
83 B
Bash
6 lines
83 B
Bash
#!/bin/sh
|
|
|
|
adduser -H -h /var/empty -s /bin/false -D opensips 2>/dev/null
|
|
|
|
exit 0
|