mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-09-01 20:01:47 +02:00
* remove usb group * add to video group * use correct permissions on confd file * install both dvb scan files in same location
5 lines
118 B
Bash
5 lines
118 B
Bash
#!/bin/sh
|
|
adduser -S -s /sbin/nologin -H -h /usr/share/tvheadend tvheadend 2>/dev/null
|
|
adduser tvheadend video
|
|
exit 0
|