~dricottone/huttese-apk

ref: 6753e70affb0d1c297d93c5472c19e62df4c8216 huttese-apk/sr.ht/tlstunnel/tlstunnel.post-install -rw-r--r-- 290 bytes
6753e70a — Drew DeVault py3-humanize: upgrade to 3.14.0 2 years ago
                                                                                
1
2
3
4
5
#!/bin/sh
grep '^tlstunnel' /etc/group >/dev/null || addgroup -S tlstunnel 2>/dev/null
grep '^tlstunnel' /etc/passwd >/dev/null || adduser -SDh/var/lib/tlstunnel \
	-s/sbin/nologin -Gtlstunnel -gtlstunnel tlstunnel tlstunnel 2>/dev/null
setcap 'cap_net_bind_service=+ep' /usr/bin/tlstunnel