dist/init/linux-sysvinit: execute setcap directly
`$(which setcap)` might evaluate to nothing, and this way the error thrown will be more clear. If setcap is not available on Debian/Ubuntu, you can install the package `libcap2-bin`
Showing
Please register or sign in to comment