Skip to content

Instantly share code, notes, and snippets.

@leonaugusto16
Created October 7, 2016 20:14
Show Gist options
  • Save leonaugusto16/4bd9b932adb7e2b02ea4ca63d6143fb9 to your computer and use it in GitHub Desktop.
Save leonaugusto16/4bd9b932adb7e2b02ea4ca63d6143fb9 to your computer and use it in GitHub Desktop.
# cd /etc/systemd/system
# cat << EOF > vbox.service
[Unit]
Description= Virtual Box Init System With Service
After=network.target
[Service]
Type=simple
ExecStart=/etc/init.d/vboxdrv setup
[Install]
WantedBy=multi-user.target
EOF
# systemctl enable vbox
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment