~dricottone/huttese-apk

ref: 9c1c6927ed80fd40dcc08fb241d0cc5c8fdcae48 huttese-apk/sr.ht/tlstunnel/tlstunnel.post-install -rw-r--r-- 290 bytes
9c1c6927 — Drew DeVault py3-asyncpg: upgrade to 0.24.0 3 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