aboutsummaryrefslogtreecommitdiffstats
path: root/testing/quicktun/quicktun.pre-install
blob: b3c4c5088b95f98985e50e79f5c7ea390a7cb994 (plain)
1
2
3
4
5
6
#!/bin/sh

addgroup -S quicktun 2>/dev/null
adduser -S -h /var/run/quicktun -s /sbin/nologin -G quicktun -g "quicktun user" -H -D quicktun 2>/dev/null

exit 0