Update common.py

pull/109/head
midoks 3 years ago
parent 3dcf328444
commit f100ce2333
  1. 2
      class/core/common.py

@ -61,7 +61,7 @@ def initInitD():
# systemctl # systemctl
if os.path.exists('/lib/systemd/system'): if os.path.exists('/lib/systemd/system'):
systemd_mw = '/lib/systemd/system/mw-task.service' systemd_mw = '/lib/systemd/system/mw.service'
systemd_mw_task = '/lib/systemd/system/mw-task.service' systemd_mw_task = '/lib/systemd/system/mw-task.service'
systemd_mw_tpl = mw.getRunDir() + '/scripts/init.d/mw.service.tpl' systemd_mw_tpl = mw.getRunDir() + '/scripts/init.d/mw.service.tpl'

Loading…
Cancel
Save