vp-build/srcpkgs/blackbox_exporter/INSTALL

6 lines
84 B
Plaintext

case "${ACTION}" in
post)
setcap cap_net_raw+ep usr/bin/blackbox_exporter
;;
esac