xref: /OK3568_Linux_fs/buildroot/package/ti-gfx/ti-gfx.service (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1[Unit]
2Description=TI graphics driver
3
4[Service]
5Type=oneshot
6ExecStart=/usr/lib/systemd/scripts/ti-gfx start
7ExecStop=/usr/lib/systemd/scripts/ti-gfx stop
8RemainAfterExit=yes
9
10[Install]
11WantedBy=multi-user.target
12