-
-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
native service support planned? #274
Comments
Planed, yes. Some of the framework is in place but I think I got stuck on inter-process communication between service and main process and never got back to it. Will keep it in mind. |
What's the best way to run the software as a service meanwhile? NSSM?
|
Remember that you cannot run the UI version in the task tray at the same time as the service. If you will be running the UI, you have to stop the service first. After running as a service for a while, use EVERYTHING search to search for The usual location is \AITOOL_SETTINGS\LOGS\ Maybe its not really running as a service correctly due to credential issues? Finally, try NOT running as a service. Rather, enable the AITOOL "Start with user login" option along with enabling auto login in windows. (I always have to google a bit to find the right method to automatically log into windows as there are several ways of doing it depending on version of Windows) |
ok thx man! btw very great improvements you made to AItool :) |
Do you plan to add native service support?
I mean I am running it as service using NSSM but I can't tell if the service is running fine without errors or anything.. it is difficult to monitor.
The text was updated successfully, but these errors were encountered: