Skip to content

Instantly share code, notes, and snippets.

@felixhummel
Created October 29, 2015 12:47
Show Gist options
  • Save felixhummel/6a5967f0591e3847cd93 to your computer and use it in GitHub Desktop.
Save felixhummel/6a5967f0591e3847cd93 to your computer and use it in GitHub Desktop.
/etc/init/vboxhostname.conf
description "Set Hostname from virtualbox 'hostname' property"
start on (starting network-interface
or starting network-manager
or starting networking)
task
exec /usr/local/bin/vboxhostname
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment