Skip to content

Instantly share code, notes, and snippets.

@yyuu
Created May 24, 2011 17:12
Show Gist options
  • Save yyuu/989149 to your computer and use it in GitHub Desktop.
Save yyuu/989149 to your computer and use it in GitHub Desktop.
upstart configuration for resolvconf (LP:448095)
# upstart script for resolvconf
start on ( virtual-filesystems and starting udev )
stop on runlevel [06]
pre-start script
invoke-rc.d resolvconf start
end script
post-stop script
invoke-rc.d resolvconf disable-updates
end script
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment