12 lines
214 B
SYSTEMD
12 lines
214 B
SYSTEMD
|
[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
|