mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-24 19:55:26 +03:00
11 lines
206 B
Bash
11 lines
206 B
Bash
#!/sbin/openrc-run
|
|
|
|
command=/usr/sbin/consolation
|
|
command_args="--no-daemon"
|
|
command_background=true
|
|
pidfile=/run/consolation.pid
|
|
description="Linux Console Pointer Interface"
|
|
|
|
depend() {
|
|
after bootmisc
|
|
}
|