mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-03-23 22:42:20 +01:00
7 lines
144 B
Bash
7 lines
144 B
Bash
#!/bin/sh
|
|
|
|
addgroup -S ipfixcol 2>/dev/null
|
|
adduser -S -D -H -h /dev/null -s /sbin/nologin -G ipfixcol -g ipfixcol ipfixcol 2>/dev/null
|
|
|
|
exit 0
|