Windows service
machbase-neo service command controls the registration of Windows services.
Once the service installation has been done, machbase-neo can start automatically along with Windows boot.
📌
These operations requires Administrator privilege.
machbase-neo service install
Register machbase-neo to Windows services.
machbase-neo.exe service install --host 0.0.0.0 --data D:\database --file D:\database\files --log-filename D:\database\machbase-neo.logmachbase-neo service remove
Remove machbase-neo from Windows services.
machbase-neo.exe service removestart and stop
Start and stop the service process. It is equivalent action that the service control panel of Windows provides.
machbase-neo.exe service startmachbase-neo.exe service stopLast updated on