Added Service Manager to run console program as service
Add the source code in your `Daemon.setup` function
self.service(
ServiceEntry(
name="syncthing",
args=[
r"C:\Programs\syncthing-windows-amd64-v1.23.2\syncthing.exe",
"-no-browser",
"-no-restart",
"-no-upgrade",
],
log_path=r"C:\Programs\syncthing-windows-amd64-v1.23.2\syncthing.log",
)
)
Manage by the trayicon menu
![image](https://user-images.githubusercontent.com/61080/226650226-ab70f5e9-0a4e-4e6b-9910-ba266d8f8bb9.png)