mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-11 13:16:45 +02:00
6 lines
149 B
Bash
6 lines
149 B
Bash
#!/bin/sh
|
|
|
|
addgroup -S prowlarr 2>/dev/null
|
|
adduser -S -D -h /var/lib/prowlarr -s /sbin/nologin -G prowlarr -g prowlarr prowlarr 2>/dev/null
|
|
|
|
exit 0
|