Do not depend on /proc for calculating runtime
authorMichael Prokop <mika@grml.org>
Fri, 5 Jun 2020 15:44:41 +0000 (17:44 +0200)
committerMichael Prokop <mika@grml.org>
Fri, 5 Jun 2020 15:44:41 +0000 (17:44 +0200)
For example when running grml-live inside a docker
environment, /proc doesn't necessarily exist.
Instead use seconds since the epoch as base for calculating runtime.

Development time sponsored by Sipwise GmbH


No differences found