示例#1
0
 def restart(self):        
     g15os.run_script("g15-desktop-service", ["restart"], background = True)
示例#2
0
 def restart():
     g15os.run_script("g15-desktop-service", ["restart"], background=True)
示例#3
0
def run_script(script, args=None, background=True):
    return g15os.run_script(script, args, background)