mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-11-01 08:51:47 +01:00
6 lines
106 B
Bash
6 lines
106 B
Bash
#!/bin/sh
|
|
|
|
addgroup -S janus &>/dev/null
|
|
adduser -S -G janus -s /sbin/nologin -D janus &>/dev/null
|
|
exit 0
|