Advertisement
Guest User

/lib/systemd/system/vboxdrv.service

a guest
Oct 19th, 2015
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.45 KB | None | 0 0
  1. [Unit]
  2. SourcePath=/usr/lib/virtualbox/vboxdrv.sh
  3. Description=VirtualBox Linux kernel module
  4. Before=runlevel2.target runlevel3.target runlevel4.target runlevel5.target shut$
  5. After=$syslog.service
  6. Conflicts=shutdown.target
  7.  
  8. [Service]
  9. Type=forking
  10. Restart=no
  11. TimeoutSec=5min
  12. IgnoreSIGPIPE=no
  13. KillMode=process
  14. GuessMainPID=no
  15. RemainAfterExit=yes
  16. ExecStart=/usr/lib/virtualbox/vboxdrv.sh start
  17. ExecStop=/usr/lib/virtualbox/vboxdrv.sh stop
  18.  
  19. [Install]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement