rauc: Provide systemd service file

The rauc daemon could not be started because the systemd service file
was missing. This also prevented the DBus Interface to be usable.
We now provide the standard service file from rauc.
This commit is contained in:
Lars Pöschel 2021-07-06 09:48:07 +02:00
parent 8eece91043
commit 3e92c6bec0

View File

@ -35,6 +35,7 @@ stdenv.mkDerivation rec {
buildInputs = [ curl dbus glib json-glib openssl ];
configureFlags = [
"--with-systemdunitdir=${placeholder "out"}/lib/systemd/system"
"--with-dbusinterfacesdir=${placeholder "out"}/share/dbus-1/interfaces"
"--with-dbuspolicydir=${placeholder "out"}/share/dbus-1/systemd.d"
"--with-dbussystemservicedir=${placeholder "out"}/share/dbus-1/system-services"