- Fixes Kinto startup delay on cold boots. Closes #65

This commit is contained in:
Ben Reaves
2020-03-28 15:55:33 -05:00
parent 557ba01eac
commit c6605c68cf
3 changed files with 16 additions and 3 deletions

View File

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