kill-touchscreen/kill-touchscreen.service

12 lines
191 B
SYSTEMD
Raw Normal View History

2023-08-19 14:18:00 -07:00
[Unit]
Description=Disable the ****ing touchscreen
After=graphical.target
[Service]
Type=oneshot
ExecStart=/usr/bin/kill-touchscreen
RemainAfterExit=yes
[Install]
WantedBy=graphical.target