- Due to updates in kintox11 error handling the services timer is no longer needed, the application will restart properly if it encounters an unrecoverable error on boot, login or any other unexpected event.

This commit is contained in:
Ben Reaves
2020-02-05 03:01:22 -06:00
parent a30671b08c
commit d288048ed4
2 changed files with 4 additions and 14 deletions

View File

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