Created
April 24, 2020 17:03
-
-
Save briandeheus/bfa498000f52fbf1b581b9a0cfad0e82 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=Restart trackpad after suspend | |
After=basic.target suspend.target hibernate.target | |
[Service] | |
User=root | |
Environment=DISPLAY=:0 | |
ExecStart=/usr/bin/restart-trackpad | |
[Install] | |
WantedBy=basic.target suspend.target hibernate.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment