1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 12:15:32 +03:00
aports/community/rest-server/rest-server.pre-install
2018-10-15 21:04:33 +02:00

7 lines
153 B
Bash

#!/bin/sh
addgroup -S restic 2>/dev/null
adduser -S -D -H -h /dev/null -s /sbin/nologin \
-G restic -g 'Rest Server Daemon' restic 2>/dev/null
exit 0