buildroot/package/ti-gfx/ti-gfx.service

12 lines
214 B
SYSTEMD
Raw Permalink Normal View History

2024-02-18 09:22:07 +08:00
[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