xref: /OK3568_Linux_fs/buildroot/package/psplash/psplash-systemd.service (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1[Unit]
2Description=Start psplash-systemd progress communication helper
3DefaultDependencies=no
4After=systemd-start.service
5Requires=psplash-start.service
6RequiresMountsFor=/run
7
8[Service]
9ExecStart=/usr/bin/psplash-systemd
10
11[Install]
12WantedBy=sysinit.target
13