mirror of
https://github.com/rbreaves/kinto.git
synced 2025-07-31 00:06:42 +02:00
12 lines
178 B
SYSTEMD
12 lines
178 B
SYSTEMD
# 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
|