From 1c7d6584a7811b7785ae5c1e378f14b5ba0971cf Mon Sep 17 00:00:00 2001 From: takeshi_hoshina Date: Mon, 2 Nov 2020 11:07:33 +0900 Subject: basesystem-jj recipes --- .../meta/recipes-core/psplash/files/psplash-systemd.service | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 external/poky/meta/recipes-core/psplash/files/psplash-systemd.service (limited to 'external/poky/meta/recipes-core/psplash/files/psplash-systemd.service') diff --git a/external/poky/meta/recipes-core/psplash/files/psplash-systemd.service b/external/poky/meta/recipes-core/psplash/files/psplash-systemd.service new file mode 100644 index 00000000..082207f2 --- /dev/null +++ b/external/poky/meta/recipes-core/psplash/files/psplash-systemd.service @@ -0,0 +1,13 @@ +[Unit] +Description=Start psplash-systemd progress communication helper +DefaultDependencies=no +After=psplash-start.service +Requires=psplash-start.service +RequiresMountsFor=/run + +[Service] +ExecStart=/usr/bin/psplash-systemd +RemainAfterExit=yes + +[Install] +WantedBy=sysinit.target -- cgit 1.2.3-korg