Lines Matching full:sudo
60 sudo tee ${DHCPCD_CONF} <<EOF
118 sudo tee -a ${DHCPCD_CONF} <<EOF
130 sudo tee ${NCP_STATE_NOTIFIER} <<EOF
215 sudo tee ${DHCPCD_RELOADER} <<EOF
272 sudo systemctl reload-daemon
273 sudo systemctl force-reload dhcpcd
281 sudo tee ${NCP_STATE_NOTIFIER_SERVICE} <<EOF
302 sudo mv ${DHCPCD_CONF} ${DHCPCD_CONF_BACKUP}
307 sudo chmod +x ${NCP_STATE_NOTIFIER}
309 sudo mkdir -p ${NCP_STATE_DISPATCHER}
312 sudo chmod +x ${DHCPCD_RELOADER}
317 sudo systemctl daemon-reload
320 sudo systemctl restart NetworkManager || die "Unable to restart NetworkManager!"
324 sudo systemctl restart dhcpcd || die 'Unable to restart dhcpcd!'
327 …sudo systemctl start ${NCP_STATE_NOTIFIER_SERVICE_NAME} || die "Unable to start ${NCP_STATE_NOTIFI…
328 …sudo systemctl enable ${NCP_STATE_NOTIFIER_SERVICE_NAME} || die "Unable to enable ${NCP_STATE_NOTI…
337 sudo systemctl disable ${NCP_STATE_NOTIFIER_SERVICE_NAME} || true
338 sudo systemctl stop ${NCP_STATE_NOTIFIER_SERVICE_NAME} || true
340 sudo rm ${NCP_STATE_NOTIFIER_SERVICE} || true
343 sudo rm ${NCP_STATE_NOTIFIER} || true
344 sudo rm ${DHCPCD_RELOADER} || true
346 sudo rm -r ${NCP_STATE_DISPATCHER} || true
349 sudo mv ${DHCPCD_CONF_BACKUP} ${DHCPCD_CONF} || true
353 sudo systemctl daemon-reload
356 sudo systemctl restart NetworkManager || true
360 sudo systemctl restart dhcpcd || true