add skynet.service

This commit is contained in:
Cloud Wu
2017-06-01 16:58:51 +08:00
parent 25763fc70b
commit 1d364b5c22
5 changed files with 207 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
root = "./"
luaservice = root.."service/?.lua;"..root.."test/?.lua;"..root.."examples/?.lua"
luaservice = root.."service/?.lua;"..root.."test/?.lua;"..root.."examples/?.lua;"..root.."test/?/init.lua"
lualoader = root .. "lualib/loader.lua"
lua_path = root.."lualib/?.lua;"..root.."lualib/?/init.lua"
lua_cpath = root .. "luaclib/?.so"