]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/core/dbus-target.c
rpm: avoid hiding errors and output in *_create_package macros
[thirdparty/systemd.git] / src / core / dbus-target.c
CommitLineData
53e1b683 1/* SPDX-License-Identifier: LGPL-2.1+ */
4139c1b2 2
4139c1b2 3#include "dbus-target.h"
cf0fbc49 4#include "unit.h"
cad45ba1 5
718db961
LP
6const sd_bus_vtable bus_target_vtable[] = {
7 SD_BUS_VTABLE_START(0),
8 SD_BUS_VTABLE_END
9};