We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Can be fixed by this script: /etc/rc6.d/K99clear-dhclient-leases
/etc/rc6.d/K99clear-dhclient-leases
#!/bin/sh rm -r /var/lib/dhcp/dhclient.*.leases
Don't forget to chmod +x /etc/rc6.d/K99clear-dhclient-leases
chmod +x /etc/rc6.d/K99clear-dhclient-leases
The text was updated successfully, but these errors were encountered:
RandomReaper
No branches or pull requests
Can be fixed by this script:
/etc/rc6.d/K99clear-dhclient-leases
Don't forget to
chmod +x /etc/rc6.d/K99clear-dhclient-leases
The text was updated successfully, but these errors were encountered: