mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-12 19:36:48 +02:00
6 lines
151 B
Bash
6 lines
151 B
Bash
#!/bin/sh
|
|
|
|
addgroup -S _tuptime 2>/dev/null
|
|
adduser -SDH -h /dev/null -s /sbin/nologin -G _tuptime -g "Tuptime exec user" _tuptime 2>/dev/null
|
|
|
|
exit 0
|