linuxOS_AP05/debian/base-linaro/binary/lib/systemd/system/resolvconf.service

16 lines
395 B
SYSTEMD
Raw Normal View History

2025-09-26 01:40:02 +00:00
[Unit]
Description=Nameserver information manager
Documentation=man:resolvconf(8)
DefaultDependencies=no
Before=networking.service
[Service]
RemainAfterExit=yes
ExecStartPre=/bin/mkdir -p /run/resolvconf/interface
ExecStartPre=/bin/touch /run/resolvconf/postponed-update
ExecStart=/sbin/resolvconf --enable-updates
ExecStop=/sbin/resolvconf --disable-updates
[Install]
WantedBy=sysinit.target