core/cdemu-daemon/cdemud.conf

12 lines
224 B
Plaintext
Raw Normal View History

2010-05-22 06:07:29 +08:00
# how many optical drives to emulate
NUM_DRIVES=2
2010-05-22 06:07:29 +08:00
# control device
CTL_DEVICE=/dev/vhba_ctl
# audio backend (null, alsa or pulseaudio)
2010-05-22 06:07:29 +08:00
AUDIO_BACKEND=null
2011-11-11 18:51:09 +08:00
DAEMON="/usr/bin/cdemud"
BUS="system"
2011-11-11 18:51:09 +08:00
LOG_FILE="/var/log/cdemu.log"