Add packaging and systemd files
[profile/ivi/psplash.git] / data / psplash.service
1 [Unit]
2 Description=psplash splash screen writer
3 DefaultDependencies=0
4 Requires=systemd-tmpfiles-setup.service
5 After=systemd-tmpfiles-setup.service
6
7 [Service]
8 Environment=TMPDIR=/run/psplash
9 ExecStart=/usr/bin/psplash -n
10
11 [Install]
12 WantedBy=sysinit.target