diff --git a/plugins/openresty/index.py b/plugins/openresty/index.py index 09557c79d..6513725de 100755 --- a/plugins/openresty/index.py +++ b/plugins/openresty/index.py @@ -240,6 +240,8 @@ def initdUinstall(): if not app_debug: if public.isAppleSystem(): return "Apple Computer does not support" + + public.execShell('chkconfig --del ' + getPluginName()) initd_bin = getInitDFile() os.remove(initd_bin) return 'ok'