mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-25 19:32:44 +01:00
7 lines
144 B
Bash
7 lines
144 B
Bash
#!/bin/sh
|
|
|
|
addgroup -S uptermd 2>/dev/null
|
|
adduser -S -D -h /var/lib/uptermd -s /sbin/nologin -G uptermd -g uptermd uptermd 2>/dev/null
|
|
|
|
exit 0
|