Created
May 24, 2011 17:12
-
-
Save yyuu/989149 to your computer and use it in GitHub Desktop.
upstart configuration for resolvconf (LP:448095)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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