e3e5cd9e00
- procmgr.rs: SIGCHLD EPERM → debug (backed by P0-procmgr-sigchld-debug.patch) - 40_ps2d.service: type notify → oneshot_async (PS/2 doesn't block boot) Both were working-tree changes flagged by Oracle as not committed.
11 lines
326 B
Desktop File
11 lines
326 B
Desktop File
[unit]
|
|
description = "PS/2 driver"
|
|
requires_weak = ["10_inputd.service", "20_graphics.target"]
|
|
condition_architecture = ["x86", "x86_64"]
|
|
|
|
[service]
|
|
cmd = "ps2d"
|
|
# oneshot_async: do not block boot waiting for PS/2. On modern hardware
|
|
# without a real PS/2 controller, the driver may take time to probe.
|
|
type = "oneshot_async"
|