X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fpath.c;h=42c64f3eb1aaf5bd06d2d195f0da50a908f68c5b;hp=2f1e0aea632631bc59bf11701cd64f3fcfde60e7;hb=b2bb3dbed9607c440b1a9ccacc515e28136d39ae;hpb=e364ad0628b5930a671ae5be863b960f4bd748a8 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 };