Skip to content
Markus Enax edited this page Aug 25, 2016 · 18 revisions

java-systemd

This Java library provides access to systemd via D-Bus.

Requirements

dbus-java is required for this library to work. At the time of writing no pre-built JAR is available in the usual placed yet (e.g. central repository) hence you have to build and install it manually in your local repository. A Maven compatible fork is available here.

Building

Maven is used as the primary build system.

Clone this wiki locally