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
Enhance interplay with systemctl/service which now correctly reports Status: active (running) instead of the previously reported Status: active (exited).
Tweaks
Fork twice to prevent the daemon from being a session leader - it cannot take control of a TTY any more - it is truly daemonized 39abd05
Bugfixes
Determine exponent w/o using log10() as that caused a number of issues on various devices (returning either zero er even -NaN for valid arguments) 1f47f89