Skip to content

Instantly share code, notes, and snippets.

@jblancett
Created October 20, 2014 17:12
Show Gist options
  • Save jblancett/549bb572d7ebeb1846b8 to your computer and use it in GitHub Desktop.
Save jblancett/549bb572d7ebeb1846b8 to your computer and use it in GitHub Desktop.
# see dh_installdeb(1)
# Automatically added by dh_installinit
if [ -x "/etc/init.d/gandalf-server" ]; then
if [ ! -e "/etc/init/gandalf-server.conf" ]; then
update-rc.d gandalf-server defaults >/dev/null
fi
fi
# End automatically added section
# Automatically added by dh_installinit
update-rc.d -f gandalf-server remove >/dev/null || exit $?
# End automatically added section
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment