16 lines
395 B
Desktop File
16 lines
395 B
Desktop File
[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
|