summaryrefslogtreecommitdiff
path: root/src/dbus-unit.c
AgeCommit message (Collapse)Author
2010-07-11dbus: don't hit an assert if we sent a changed signal for something not in ↵Lennart Poettering
the dbus queue (i.e. because it was deleted before it was fully created
2010-07-10execute: add ability to configure the kill signalLennart Poettering
2010-07-08dbus: make errors reported via D-Bus more usefulLennart Poettering
2010-07-08dbus: log received message only once, in filter functionLennart Poettering
2010-07-06install: implement --start optionLennart Poettering
2010-07-05dbus: send signals about jobs to the clients having created them ↵Lennart Poettering
unconditionally, and thus get rid of broadcast signals in most cases
2010-06-19dbus: to make sure that systemd stays controllable during early bootup, ↵Lennart Poettering
register our services on our own micro usb server in addition to the bus
2010-06-01dbus: add simplified way to start an arbitrary unit in a single method callLennart Poettering
2010-05-23dbus: automatically generate and install introspection filesLennart Poettering
2010-05-22systemctl: add --block switch for synchronous starting of unitsLennart Poettering
2010-05-21unit: add simple only-by-dependency flag for unitsLennart Poettering
2010-05-16build-sys: move source files to subdirectoryLennart Poettering