X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;ds=sidebyside;f=src%2Fpath.c;h=42c64f3eb1aaf5bd06d2d195f0da50a908f68c5b;hb=6309077509a8221b1b298ba9dd05143908f9939c;hp=2f1e0aea632631bc59bf11701cd64f3fcfde60e7;hpb=e364ad0628b5930a671ae5be863b960f4bd748a8;p=elogind.git diff --git a/src/path.c b/src/path.c index 2f1e0aea6..42c64f3eb 100644 --- a/src/path.c +++ b/src/path.c @@ -1,4 +1,4 @@ -/*-*- Mode: C; c-basic-offset: 8 -*-*/ +/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ /*** This file is part of systemd. @@ -607,5 +607,6 @@ const UnitVTable path_vtable = { .reset_maintenance = path_reset_maintenance, + .bus_interface = "org.freedesktop.systemd1.Path", .bus_message_handler = bus_path_message_handler };