|
|
@ -79,8 +79,8 @@ def status(): |
|
|
|
|
|
|
|
|
|
|
|
def initDreplace(): |
|
|
|
def initDreplace(): |
|
|
|
|
|
|
|
|
|
|
|
confD = etServerDir() + "/conf.d" |
|
|
|
confD = getServerDir() + "/conf.d" |
|
|
|
conf = etServerDir() + "//supervisor.conf" |
|
|
|
conf = getServerDir() + "/supervisor.conf" |
|
|
|
systemDir = '/lib/systemd/system' |
|
|
|
systemDir = '/lib/systemd/system' |
|
|
|
systemService = systemDir + '/supervisor.service' |
|
|
|
systemService = systemDir + '/supervisor.service' |
|
|
|
systemServiceTpl = getPluginDir() + '/init.d/supervisor.service' |
|
|
|
systemServiceTpl = getPluginDir() + '/init.d/supervisor.service' |
|
|
|