anomalous touch logger (#147)

* anomalous touch logger

* service

* add evdev

* rename

* Update userspace/files/phantom_touch_logger.service
This commit is contained in:
Adeeb Shihadeh
2023-06-30 14:37:01 -07:00
committed by GitHub
parent 4671f16c8d
commit 8ebf85df68
3 changed files with 46 additions and 0 deletions
@@ -0,0 +1,10 @@
[Unit]
After=multi-user.target
[Service]
User=comma
Restart=no
ExecStart=/usr/local/pyenv/shims/python -u /usr/comma/phantom_touch_logger.py
[Install]
WantedBy=multi-user.target