summaryrefslogtreecommitdiffstats
path: root/testing/tvheadend-git/tvheadend-git.pre-install
blob: 73f865ca47d768d80c7124719b3573a009a89587 (plain)
1
2
3
4
5
#!/bin/sh
groupadd tvheadend 2>/dev/null
adduser -H -h /home/tvheadend -g tvheadend -D -s /bin/false tvheadend 2>/dev/null
gpasswd -a tvheadend video 2>/dev/null
exit 0