From 5b80bfd7bffd4c20d80b7c70a7130529e9a755dd Mon Sep 17 00:00:00 2001 From: ToshikazuOhiwa Date: Mon, 30 Mar 2020 09:24:26 +0900 Subject: agl-basesystem --- .../recipes-core/psplash/files/psplash-quit.service | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 meta-agl/meta-agl-profile-core/recipes-core/psplash/files/psplash-quit.service (limited to 'meta-agl/meta-agl-profile-core/recipes-core/psplash/files/psplash-quit.service') diff --git a/meta-agl/meta-agl-profile-core/recipes-core/psplash/files/psplash-quit.service b/meta-agl/meta-agl-profile-core/recipes-core/psplash/files/psplash-quit.service new file mode 100644 index 00000000..14bd4994 --- /dev/null +++ b/meta-agl/meta-agl-profile-core/recipes-core/psplash/files/psplash-quit.service @@ -0,0 +1,11 @@ +[Unit] +Description=Terminate Psplash Boot Screen +After=psplash-start.service + +[Service] +Type=oneshot +ExecStart=/usr/bin/psplash-write QUIT +TimeoutSec=20 + +[Install] +WantedBy=multi-user.target -- cgit 1.2.3-korg