comar service fix

This commit is contained in:
Ergün Salman
2016-07-14 14:33:58 +03:00
committed by GitHub
parent 950db4d1fe
commit 00e37c43ea
@@ -2,6 +2,11 @@ from comar.service import *
import os
serviceType = "script"
serviceDefault = "on"
serviceDesc = _({"en": "VirtualBox",
"tr": "VirtualBox"})
serviceConf = "virtualbox"
@synchronized
def start():
@@ -11,5 +16,3 @@ def start():
os.system("/sbin/modprobe vboxdrv")
os.system("/sbin/modprobe VBoxService -f ")