surface-snippets/ipts-resume.service

14 lines
222 B
SYSTEMD

[Unit]
Description=Fix touchscreen on Surface after resume
After=suspend.target
[Service]
User=root
Type=oneshot
ExecStart=/usr/bin/iptsd-reset-sensor
TimeoutSec=5
StandardOutput=syslog
[Install]
WantedBy=suspend.target