mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-25 17:52:05 +01:00
7 lines
159 B
Bash
7 lines
159 B
Bash
#!/bin/sh
|
|
|
|
addgroup -S synapse-bt 2>/dev/null
|
|
adduser -S -D -h /var/lib/synapse-bt -s /sbin/nologin -G synapse-bt -g synapse-bt synapse-bt 2>/dev/null
|
|
|
|
exit 0
|