Update index.py

This commit is contained in:
Mr Chen 2024-12-01 22:01:45 +08:00
parent d988dce5d8
commit e639fc5746
1 changed files with 2 additions and 1 deletions

View File

@ -71,7 +71,8 @@ def status():
def getServiceFile():
return '/usr/lib/systemd/system/mtproxy.service'
systemDir = mw.systemdCfgDir()
return systemDir+'/mtproxy.service'
def initDreplace():