Skip to content
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

Windows + MacOS service / autorun #19

Open
phiresky opened this issue Jan 28, 2022 · 0 comments
Open

Windows + MacOS service / autorun #19

phiresky opened this issue Jan 28, 2022 · 0 comments

Comments

@phiresky
Copy link
Owner

Create a simple way to install timetrackrs as a service such that

  • it automatically starts on login
  • restarts when it crashes due to an error

Both are already implemented on Linux with the included systemd user service.

On Windows, the state of the art would probably be to create a MSIX package that installs timetrackrs as a system service (e.g. reference: https://docs.microsoft.com/en-us/windows/msix/packaging-tool/convert-an-installer-with-services) There's some rust crate that helps with this I think.

On MacOS, I have no idea how to do this properly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant