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.

Revisions

  1. leonaugusto16 created this gist Oct 7, 2016.
    14 changes: 14 additions & 0 deletions Autorun Bug Vboxdrv [FEDORA]
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,14 @@
    # 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