Differences
This shows you the differences between two versions of the page.
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/ | ===As A Service/ | ||
- | 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/ |
+ | |||
+ | To create your service, open an // | ||
+ | |||
+ | < | ||
+ | nssm install "My Model Service Name" | ||
+ | </ | ||
+ | |||
+ | ...substituting your preferred service name inside the quotes. |