psplash: install systemd services
authorEric Le Bihan <eric.le.bihan.dev@free.fr>
Wed, 11 Jun 2014 20:55:02 +0000 (22:55 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Fri, 13 Jun 2014 12:38:50 +0000 (14:38 +0200)
commitcd18e2acee9d492c2debfd8fb4573e2407b71795
treec7e29e6f43a642fde06f3b9a87d2f83894645b6f
parent70e349930d48c542f301c93f342973633c804391
psplash: install systemd services

This patch provides service files for using psplash on embedded devices
running systemd:

- psplash-start.service: start psplash.
- psplash-quit.service: kill psplash when reaching multi-user.target

The following kernel command line options should also be set:

  systemd.show_status=0 quiet splash

The option "systemd.show_status=0" is required, because, unlike Plymouth,
psplash does not have real systemd integration, i.e. it will not perform:

  kill(1, SIGRTMIN + 21);

Note that no progress messages will be printed on the splash screen.

Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/psplash/psplash-quit.service [new file with mode: 0644]
package/psplash/psplash-start.service [new file with mode: 0644]
package/psplash/psplash.mk