mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-20 16:12:22 +01:00
7 lines
141 B
Bash
7 lines
141 B
Bash
#!/bin/sh
|
|
|
|
addgroup -S tuptime 2>/dev/null
|
|
adduser -S -D -h /var/lib/tuptime -s /bin/false -G tuptime -g tuptime tuptime 2>/dev/null
|
|
|
|
exit 0
|