mirror of
https://github.com/rbreaves/kinto.git
synced 2025-08-07 19:38:27 +02:00
11 lines
162 B
SYSTEMD
11 lines
162 B
SYSTEMD
# keyswap.timer
|
|
[Unit]
|
|
Description=Runs the keyswap.service 5 seconds after boot up
|
|
|
|
[Timer]
|
|
OnBootSec=5s
|
|
Unit=keyswap.service
|
|
|
|
[Install]
|
|
WantedBy=default.target
|