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

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

exit 0