blob: 10d02a3c007c129f3e12d7c15f673293f64760bc (
plain)
1
2
3
4
5
6
7
|
#!/sbin/openrc-run
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
command=/usr/bin/keyd
command_background="true"
pidfile="/run/keyd.pid"
|