mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-09-01 11:51:16 +02:00
5 lines
141 B
Bash
5 lines
141 B
Bash
#!/bin/sh
|
|
adduser -H -h /usr/share/tvheadend -g tvheadend -D -s /bin/false tvheadend 2>/dev/null
|
|
addgroup tvheadend video 2>/dev/null
|
|
exit 0
|