From: Lennart Poettering Date: Wed, 19 Sep 2012 17:09:22 +0000 (+0200) Subject: timedated: unregister the right bus service X-Git-Tag: v190~15 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=c68df23956455129087fb0ddc588ca492771555b;p=elogind.git timedated: unregister the right bus service https://bugzilla.redhat.com/show_bug.cgi?id=858771 --- diff --git a/src/timedate/timedated.c b/src/timedate/timedated.c index 0ebece893..0ebdb3c47 100644 --- a/src/timedate/timedated.c +++ b/src/timedate/timedated.c @@ -1032,7 +1032,7 @@ int main(int argc, char *argv[]) { if (!exiting && remain_until < now(CLOCK_MONOTONIC)) { exiting = true; - bus_async_unregister_and_exit(bus, "org.freedesktop.hostname1"); + bus_async_unregister_and_exit(bus, "org.freedesktop.timedated1"); } }