You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is kind of a continuation of issue #147 but I'd be interested in implementing the ability to run this as a background service that runs on boot for other non-systemd systems, as well as Mac and Windows. I've found a library at github.com/kardianos/service that looks like it could manage the majority of the under-the-hood logic for us.
It's also worth mentioning that this library can also handle systemd stuff so it's usage would replace the code I submitted to you before.
If I submitted a PR with this functionality would you be willing to merge it?
The text was updated successfully, but these errors were encountered:
This is kind of a continuation of issue #147 but I'd be interested in implementing the ability to run this as a background service that runs on boot for other non-systemd systems, as well as Mac and Windows. I've found a library at github.com/kardianos/service that looks like it could manage the majority of the under-the-hood logic for us.
It's also worth mentioning that this library can also handle systemd stuff so it's usage would replace the code I submitted to you before.
If I submitted a PR with this functionality would you be willing to merge it?
The text was updated successfully, but these errors were encountered: