Last active
August 25, 2019 19:03
-
-
Save kodopik/d53c82afb4295da6f8c438f35bf3c9b9 to your computer and use it in GitHub Desktop.
Systemd timer for MX1100 mouse hack
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=g_hack: Timer for g_hack.service | |
[Timer] | |
OnUnitActiveSec=60s | |
OnBootSec=60s | |
#Unit=g_hack.service | |
[Install] | |
#WantedBy=multi-user.target | |
WantedBy=timers.target |
Author
kodopik
commented
Aug 23, 2019
•
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment