blob: a63e4eb195473ddef4b01423833440882f482bfa (
plain)
1
2
3
4
5
6
7
8
9
10
|
[Unit]
Description=Application to reset many MS wireless mice models to stop excessive wheel scrolling
After=sleep.target
[Service]
ExecStart=/usr/bin/resetmsmice
Type=oneshot
[Install]
WantedBy=sleep.target
|