summaryrefslogtreecommitdiff
path: root/community/cdemu-daemon/cdemud.conf
diff options
context:
space:
mode:
Diffstat (limited to 'community/cdemu-daemon/cdemud.conf')
-rw-r--r--community/cdemu-daemon/cdemud.conf13
1 files changed, 6 insertions, 7 deletions
diff --git a/community/cdemu-daemon/cdemud.conf b/community/cdemu-daemon/cdemud.conf
index 8e49cdfd5..6f14947a6 100644
--- a/community/cdemu-daemon/cdemud.conf
+++ b/community/cdemu-daemon/cdemud.conf
@@ -1,12 +1,11 @@
# how many optical drives to emulate
-NUM_DRIVES=1
+NUM_DEVICES=2
-# control device
-CTL_DEVICE=/dev/vhba_ctl
+# audio backend (null, alsa or pulse)
+AUDIO_DRIVER=null
-# audio backend (null or alsa)
-AUDIO_BACKEND=null
+# log file
+LOG_FILE=/var/log/cdemud.log
-DAEMON="/usr/bin/cdemud"
+# bus to use (system or session)
BUS="system"
-LOG_FILE="/var/log/cdemu.log"