summaryrefslogtreecommitdiffstats
path: root/testing/tvheadend-git/tvheadend-git.pre-install
blob: a74b0c9234c7a0bbd2e55e05ae7990f57de34896 (plain)
1
2
3
4
5
#!/bin/sh
adduser -H -h /usr/share/tvheadend -g tvheadend -D -s /sbin/nologin tvheadend 2>/dev/null
addgroup tvheadend video 2>/dev/null
addgroup tvheadend usb 2>/dev/null
exit 0