aboutsummaryrefslogtreecommitdiffstats
path: root/testing/emby
diff options
context:
space:
mode:
Diffstat (limited to 'testing/emby')
-rw-r--r--testing/emby/emby.pre-install2
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/emby/emby.pre-install b/testing/emby/emby.pre-install
index cfe59652f6..70555e47b8 100644
--- a/testing/emby/emby.pre-install
+++ b/testing/emby/emby.pre-install
@@ -1,5 +1,7 @@
#!/bin/sh
+
addgroup -S emby 2>/dev/null
adduser -S -D -h /var/lib/emby -s /sbin/nologin -g "Emby media server" \
-G emby emby 2>/dev/null
+
exit 0