1
# upstart script for resolvconf
3
description "Initialize or finalize resolvconf"
5
start on mounted MOUNTPOINT=/run
10
mkdir -p /run/resolvconf/interface
11
# Request a postponed update (needed in case the base file has content).
12
touch /run/resolvconf/postponed-update
13
# Enable updates and perform the postponed update.
14
resolvconf --enable-updates
18
resolvconf --disable-updates