14 lines
253 B
Desktop File
14 lines
253 B
Desktop File
[unit]
|
|
description = "Bootloader framebuffer handler"
|
|
requires_weak = ["10_inputd.service"]
|
|
|
|
[service]
|
|
cmd = "vesad"
|
|
inherit_envs = [
|
|
"FRAMEBUFFER_ADDR",
|
|
"FRAMEBUFFER_WIDTH",
|
|
"FRAMEBUFFER_HEIGHT",
|
|
"FRAMEBUFFER_STRIDE",
|
|
]
|
|
type = "notify"
|