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