mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-05 14:47:15 +08:00
15 lines
231 B
Plaintext
15 lines
231 B
Plaintext
# how many optical drives to emulate
|
|
NUM_DRIVES=2
|
|
|
|
# control device
|
|
CTL_DEVICE=/dev/vhba_ctl
|
|
|
|
# audio backend (null, alsa or pulse)
|
|
AUDIO_DRIVER=pulse
|
|
|
|
DAEMON="/usr/bin/cdemud"
|
|
BUS="system"
|
|
|
|
# log file
|
|
LOG_FILE=/var/log/cdemud.log
|