- Fixes login/logout and reboot startup issues, delays the start by 5 seconds

This commit is contained in:
Ben Reaves
2020-02-04 19:45:39 -06:00
parent ecaf413fa4
commit d8c516c13c
2 changed files with 13 additions and 2 deletions

View File

@@ -0,0 +1,10 @@
# keyswap.timer
[Unit]
Description=Runs the keyswap.service 5 seconds after boot up
[Timer]
OnBootSec=5s
Unit=keyswap.service
[Install]
WantedBy=default.target