We have a service that needs to reliably detect at start time whether it has started before since the last boot. And we need to reliably store some state in case of crashes.
The question is: can the service use SMF properties to track the relevant state? We'd use one property to track the date/time of the first service start since boot (unless SMF provides a way to get that already) and another to track a very small amount of state that would be updated from time to time. Nico --