comar service fix
This commit is contained in:
@@ -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 ")
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user