|
|
@ -260,7 +260,7 @@ class App: |
|
|
|
mw.execShell('systemctl enable nezha') |
|
|
|
mw.execShell('systemctl enable nezha') |
|
|
|
return 'ok' |
|
|
|
return 'ok' |
|
|
|
|
|
|
|
|
|
|
|
def initd_uinstall(self): |
|
|
|
def initd_uninstall(self): |
|
|
|
mw.execShell('systemctl disable nezha') |
|
|
|
mw.execShell('systemctl disable nezha') |
|
|
|
return 'ok' |
|
|
|
return 'ok' |
|
|
|
|
|
|
|
|
|
|
|