[Resolvconf-devel] What do we need to do to make the Ubuntu version?

Thomas Hood jdthood at gmail.com
Wed Nov 30 16:08:00 UTC 2011


I wrote:
> Like this?:

Reading through LP#448095[0] I see that a contributor says[1] that the
start condition is wrong; it should not be "( virtual-filesystems and
starting udev )" but just "( starting udev )".  Hence:

#######################################
# upstart script for resolvconf

start on starting udev

stop on runlevel [06]

pre-start script
   resolvconf --create-runtime-directories
   resolvconf --enable-updates
end script

pre-stop script
 resolvconf --disable-updates
end script
#######################################

[0]https://bugs.launchpad.net/ubuntu/+source/resolvconf/+bug/448095
[1]https://bugs.launchpad.net/ubuntu/+source/resolvconf/+bug/448095/comments/83



More information about the Resolvconf-devel mailing list