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

Option to disable at boot #105

Open
pilot51 opened this issue Jul 26, 2023 · 0 comments
Open

Option to disable at boot #105

pilot51 opened this issue Jul 26, 2023 · 0 comments

Comments

@pilot51
Copy link
Owner

pilot51 commented Jul 26, 2023

Received via email:

let me suggest to put an option to avoid the start at boot.

The simplest way do this for both development and user experience would be to start the service suspended.

However, if the service is restarted for any reason other than a reboot, it may unexpectedly become suspended.

A couple ways to prevent that:

  1. Store the last start time and suspend if that time is before the boot time.
  2. Suspend if the current time at start is within a certain number of seconds of the boot time.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant