Created
October 7, 2016 20:14
-
-
Save leonaugusto16/4bd9b932adb7e2b02ea4ca63d6143fb9 to your computer and use it in GitHub Desktop.
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 characters
# 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