~dricottone/huttese-apk

ref: fdcc03158a8727f6f58854fbdaf8e1fa67b55286 huttese-apk/sr.ht/tlstunnel/tlstunnel.post-install -rw-r--r-- 290 bytes
fdcc0315 — Drew DeVault py3-kombu: "upgrade" to 5.2.0 3 years ago
                                                                                
7639d0d4 Drew DeVault
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