blob: e93e3deb35aa386eea6076ff97582871a1a26469 [file] [log] [blame]
Andrew Geissler82c905d2020-04-13 13:39:40 -05001[Unit]
2Description=Start psplash-systemd progress communication helper
3DefaultDependencies=no
4After=psplash-start.service
5Requires=psplash-start.service
6RequiresMountsFor=/run
Andrew Geissler517393d2023-01-13 08:55:19 -06007ConditionFileIsExecutable=/usr/bin/psplash
Andrew Geissler82c905d2020-04-13 13:39:40 -05008
9[Service]
10ExecStart=/usr/bin/psplash-systemd
11RemainAfterExit=yes
12
13[Install]
14WantedBy=sysinit.target