mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 12:15:32 +03:00
14 lines
246 B
Text
14 lines
246 B
Text
#!/sbin/openrc-run
|
|
|
|
name="keyd"
|
|
description="A key remapping deamon"
|
|
|
|
: ${error_logger="logger -t $name -p daemon.warning"}
|
|
|
|
command="/usr/bin/keyd"
|
|
command_background="yes"
|
|
pidfile="/run/$RC_SVCNAME.pid"
|
|
|
|
depend() {
|
|
need localmount dev-mount
|
|
}
|