mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-17 14:42:01 +01:00
7 lines
140 B
Bash
7 lines
140 B
Bash
#!/bin/sh
|
|
|
|
adduser -S -D -h /var/lib/safekeep -g safekeep safekeep
|
|
install -d -m 0700 -o safekeep -g nogroup /var/lib/safekeep/.ssh
|
|
|
|
exit 0
|