diff options
Diffstat (limited to 'testing/socklog')
-rw-r--r-- | testing/socklog/socklog.post-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/socklog/socklog.post-install b/testing/socklog/socklog.post-install index 9cfa37f90e..3f1b8a31dd 100644 --- a/testing/socklog/socklog.post-install +++ b/testing/socklog/socklog.post-install @@ -3,7 +3,7 @@ # Copyright 2015 Stuart Cardall (developer@it-offshore.co.uk) # Distributed under the terms of the GNU General Public License, v2 or later # -adduser -S -H -h /var/empty -D -s /sbin/nologin log 2>/dev/null +adduser -S -H -h /var/empty -D -s /sbin/nologin -g log log 2>/dev/null if [ ! -d /etc/sv/socklog-unix ]; then socklog-conf unix nobody log mkdir -p /etc/service |