ping_user1

This commit is contained in:
simono41 2018-07-08 23:28:27 +02:00
parent e33a1f0338
commit ffa679b913

View file

@ -613,6 +613,11 @@ if ! grep '#!' $RCLOCAL; then
echo "#!/bin/bash" > $RCLOCAL
fi
if ! grep 'setcap cap_net_raw+ep /bin/ping' $RCLOCAL; then
echo "setcap cap_net_raw+ep /bin/ping" >> $RCLOCAL
fi
# Install rc.shutdown
echo "[Unit]