Add static/services.ini as a reference example, and update both the article draft and working notes with the discovery: placing this file in the terminal installation's config folder auto-registers the compiled service, removing the manual Navigator step. Note explicitly that the file is undocumented (UTF-16LE, absent from the official config file listing) and likely the terminal's own internal serialization of Navigator-added services.
13 lines
504 B
INI
13 lines
504 B
INI
|
|
<service>
|
|
name=ServiceStateWriter
|
|
path=Services\Shared Projects\mt5-manager\ServiceStateWriter.ex5
|
|
expertmode=0
|
|
enabled=1
|
|
<inputs>
|
|
InpDatabase=mt5-manager.sqlite
|
|
InpIntervalSec=2
|
|
InpJitterMs=1000
|
|
InpBusyTimeout=3000
|
|
</inputs>
|
|
</service>
|