voicenotify
voicenotify copied to clipboard
Option to disable at boot
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:
- Store the last start time and suspend if that time is before the boot time.
- Suspend if the current time at start is within a certain number of seconds of the boot time.