mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-08 10:12:59 +01:00
5 lines
118 B
Bash
5 lines
118 B
Bash
#!/bin/sh
|
|
|
|
adduser -h /var/run/perdition -s /bin/false -S -D perdition &>/dev/null
|
|
chown perdition /var/run/perdition
|