aboutsummaryrefslogtreecommitdiffstats
path: root/community/rest-server/rest-server.pre-install
blob: 0c7845dc50b8752cf662576c89bababf16dadfb7 (plain)
1
2
3
4
5
6
7
#!/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