From 3e92c6bec061407519d7c35cbb9b678eada57971 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20P=C3=B6schel?= Date: Tue, 6 Jul 2021 09:48:07 +0200 Subject: [PATCH] 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. --- pkgs/tools/misc/rauc/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/tools/misc/rauc/default.nix b/pkgs/tools/misc/rauc/default.nix index 663768c1507c..41183a2f6e1e 100644 --- a/pkgs/tools/misc/rauc/default.nix +++ b/pkgs/tools/misc/rauc/default.nix @@ -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"