mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-31 13:32:10 +01:00
6 lines
111 B
Bash
6 lines
111 B
Bash
#!/bin/sh
|
|
|
|
addgroup -S utmp 2>/dev/null
|
|
adduser -S -D -H -s /bin/false -G utmp -g utmp utmp 2>/dev/null
|
|
exit 0
|