aboutsummaryrefslogtreecommitdiffstats
path: root/main/logcheck/logcheck.pre-install
blob: 818fda5f02926ca4540c27c25b4ee7b344173f03 (plain)
1
2
3
4
5
6
#!/bin/sh

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

exit 0