You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 6, 2023. It is now read-only.
On default Debian (minimal) the libcap2-bin package is not installed, causing the service to not startup due to the /sbin/setcap command in the systemd unit.
The text was updated successfully, but these errors were encountered:
I'm thinking about removing this line from systemd file and just setting capability with ansible capabilities module after changing file permission of blackbox_exporter binary to 0750 and ownership to blackbox-exp system user.
It could solve this problem but I don't know if this won't cause any security related issue. @SuperQ what do you think?
On default Debian (minimal) the
libcap2-bin
package is not installed, causing the service to not startup due to the/sbin/setcap
command in the systemd unit.The text was updated successfully, but these errors were encountered: