Update index.py
This commit is contained in:
parent
d988dce5d8
commit
e639fc5746
|
|
@ -71,7 +71,8 @@ def status():
|
|||
|
||||
|
||||
def getServiceFile():
|
||||
return '/usr/lib/systemd/system/mtproxy.service'
|
||||
systemDir = mw.systemdCfgDir()
|
||||
return systemDir+'/mtproxy.service'
|
||||
|
||||
|
||||
def initDreplace():
|
||||
|
|
|
|||
Loading…
Reference in New Issue