aboutsummaryrefslogtreecommitdiffstats
path: root/main/tvheadend/tvheadend.pre-install
diff options
context:
space:
mode:
Diffstat (limited to 'main/tvheadend/tvheadend.pre-install')
-rw-r--r--main/tvheadend/tvheadend.pre-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/tvheadend/tvheadend.pre-install b/main/tvheadend/tvheadend.pre-install
index c91e1eda93..2b3ae0119f 100644
--- a/main/tvheadend/tvheadend.pre-install
+++ b/main/tvheadend/tvheadend.pre-install
@@ -1,4 +1,4 @@
#!/bin/sh
-adduser -H -h /usr/share/tvheadend -g tvheadend -D -s /bin/false tvheadend 2>/dev/null
+adduser -H -h /usr/share/tvheadend -g tvheadend -D -s /sbin/nologin tvheadend 2>/dev/null
addgroup tvheadend video 2>/dev/null
exit 0