~dricottone/huttese-apk

ref: c41638ad378848a4ebad6e826d816bf5f9ba8087 huttese-apk/sr.ht/sachet/sachet.pre-install -rw-r--r-- 245 bytes
c41638ad — Drew DeVault py3-emailthreads: bump pkgrel 4 years ago
                                                                                
b850e84c Drew DeVault
1
2
3
4
#!/bin/sh
grep '^prometheus' /etc/group >/dev/null || addgroup -S prometheus 2>/dev/null
grep '^prometheus' /etc/passwd >/dev/null || adduser -SDh/var/lib/prometheus \
	-s/sbin/nologin -Gprometheus -gprometheus prometheus prometheus 2>/dev/null