Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
model:running_a_model [2023/01/31 23:20]
optrix
model:running_a_model [2025/02/18 03:33] (current)
optrix
Line 17: Line 17:
 ===As A Service/Daemon=== ===As A Service/Daemon===
  
-On Windows, you can use NSSM (the Non-Sucking Service Manager) to launch your model process automatically when your computer starts. A version of NSSM is bundled with your ARDI installation.+On Windows, you can use NSSM (the Non-Sucking Service Manager) to launch your model process automatically when your computer starts. A version of NSSM is bundled with your ARDI installation, in the **drivers/nssm/win64** folder. 
 + 
 +To create your service, open an //administrative// command-prompt, go to the NSSM folder, and type the following... 
 + 
 +<code> 
 +nssm install "My Model Service Name" 
 +</code> 
 + 
 +...substituting your preferred service name inside the quotes.