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

adduser -S -H -h /usr/share/tvheadend -s /sbin/nologin -g tvheadend tvheadend 2>/dev/null
adduser tvheadend video

exit 0