summaryrefslogtreecommitdiff
path: root/user/apaste/apasted.pre-install
blob: 32782d21f7e78bdfe7d761b3c94adcd55ab3c2c2 (plain) (blame)
1
2
3
4
5
6
7
#!/bin/sh

addgroup -S apasted 2>/dev/null
adduser -S -D -h / -H -s /sbin/nologin -G apasted -g apastedlog apastedlog 2>/dev/null
adduser -S -D -h / -H -s /sbin/nologin -G apasted -g apasted apasted 2>/dev/null

exit 0