mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-24 11:45:18 +03:00
6 lines
125 B
Bash
6 lines
125 B
Bash
#!/bin/sh
|
|
|
|
adduser -S -h /var/lib/safekeep safekeep
|
|
install -d -m 0700 -o safekeep -g nogroup /var/lib/safekeep/.ssh
|
|
|
|
exit 0
|