Created
October 7, 2016 20:14
-
-
Save leonaugusto16/4bd9b932adb7e2b02ea4ca63d6143fb9 to your computer and use it in GitHub Desktop.
Revisions
-
leonaugusto16 created this gist
Oct 7, 2016 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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