buildroot/package/ti-gfx/ti-gfx.service
Alex Suykov b4857df721 ti-gfx: systemd support
The startup script too complex to embed it completely into the
.service file, so it is left as a standalone script.

[Thomas:
 - use relative path for the symbolic link
 - slightly tweak the service Description string]

Signed-off-by: Alex Suykov <alex.suykov@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-07-15 00:19:58 +02:00

12 lines
214 B
Desktop File

[Unit]
Description=TI graphics driver
[Service]
Type=oneshot
ExecStart=/usr/lib/systemd/scripts/ti-gfx start
ExecStop=/usr/lib/systemd/scripts/ti-gfx stop
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target