diff options
author | Scott Murray <scott.murray@konsulko.com> | 2020-03-31 19:37:09 -0400 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2020-04-27 17:12:24 +0200 |
commit | 4ae392ad605fd63f5ffdaaa567608322f77269df (patch) | |
tree | 6dfe96fcc17db02c3caa34caf3100206d8f79712 /meta-agl-profile-core/recipes-core/psplash/files/psplash-quit.service | |
parent | f397ae1d89fbe3a4bd4d72f03840bd5ddad189de (diff) |
meta-agl-profile-core: update psplash for dunfell
Remove local systemd enablement changes for psplash in favor of using
upstream support added in dunfell.
Bug-AGL: SPEC-3302
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I13a4b2523fe869898b2ccede793afd0cdefbab88
Diffstat (limited to 'meta-agl-profile-core/recipes-core/psplash/files/psplash-quit.service')
-rw-r--r-- | meta-agl-profile-core/recipes-core/psplash/files/psplash-quit.service | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/meta-agl-profile-core/recipes-core/psplash/files/psplash-quit.service b/meta-agl-profile-core/recipes-core/psplash/files/psplash-quit.service deleted file mode 100644 index 14bd4994b..000000000 --- a/meta-agl-profile-core/recipes-core/psplash/files/psplash-quit.service +++ /dev/null @@ -1,11 +0,0 @@ -[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 |