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://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c68df23956455129087fb0ddc588ca492771555b;p=thirdparty%2Fsystemd.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 0ebece893fe..0ebdb3c4777 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"); } }