mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-20 04:56:55 +02:00
5 lines
114 B
Bash
5 lines
114 B
Bash
#!/bin/sh
|
|
|
|
addgroup -S utmp 2>/dev/null
|
|
adduser -S -D -H -s /sbin/nologin -G utmp -g utmp utmp 2>/dev/null
|
|
exit 0
|