Linux lhjmq-records 5.15.0-118-generic #128-Ubuntu SMP Fri Jul 5 09:28:59 UTC 2024 x86_64
Your IP : 18.191.84.179
#!/bin/sh
## Sourced, not exec'ed, but helps syntax highlighting
#
# Script fragment disabling make_resolv_conf(),
# to be used in conjunction with dhclient-exit-hooks.d/resolved
#
if systemctl is-enabled systemd-resolved > /dev/null 2>&1; then
# Undefine the nasty default make_resolv_conf() to avoid it overriding
# /etc/resolv.conf (or /run/systemd/resolve/stub-resolv.conf)
make_resolv_conf() { : ; }
fi
|