https://bugzilla.redhat.com/show_bug.cgi?id=1457929
Augusto Caringi <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|needinfo?([email protected] | |om) | --- Comment #9 from Augusto Caringi <[email protected]> --- (In reply to Honza Horak from comment #8) > I've accidentally came across > https://github.com/percona/proxysql-packaging/blob/master/rpm/proxysql.spec > -- so just sharing FYI.. Good to know... It's interesting to note that they are also creating a specific user/group for ProxySQL called proxysql: %pre /usr/sbin/groupadd -g 28 -o -r proxysql >/dev/null 2>&1 || : /usr/sbin/useradd -g proxysql -o -r -d /var/lib/proxysql -s /bin/false \ -c "ProxySQL" -u 28 proxysql >/dev/null 2>&1 || : -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- [email protected] To unsubscribe send an email to [email protected]
