mirror of
https://github.com/systemd/systemd.git
synced 2024-12-25 01:34:28 +03:00
utmp: read the right timestamp
This commit is contained in:
parent
a866073d35
commit
19876c9b3d
@ -48,7 +48,7 @@ typedef struct Context {
|
||||
static usec_t get_startup_time(Context *c) {
|
||||
const char
|
||||
*interface = "org.freedesktop.systemd1.Manager",
|
||||
*property = "StartupTimestamp";
|
||||
*property = "UserspaceTimestamp";
|
||||
|
||||
usec_t t = 0;
|
||||
DBusMessage *reply = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user