mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-26 20:55:19 +03:00
This update has major config changes. please read: https://tvheadend.org/boards/5/topics/9792
5 lines
179 B
Bash
5 lines
179 B
Bash
#!/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
|