cdemu-daemon: using system-dbus - we have to use session next time

This commit is contained in:
Phil 2011-11-11 11:21:01 +00:00
parent 79d25647de
commit 3d5eadbec0
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ source=(http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.gz
cdemud.rc
60-vhba.rules)
md5sums=('f7ccc0abc33057d552ec7b0925fce63a'
'ec4221e5a43f25fe3d40c7f5a5a70425'
'd852e04d4e95f7452382811b0e83944a'
'b4ad27ab2a0ce037bb131c29f1476594'
'f551504552d7693ac79e8e0d302f62b9')

View File

@ -8,5 +8,5 @@ CTL_DEVICE=/dev/vhba_ctl
AUDIO_BACKEND=null
DAEMON="/usr/bin/cdemud"
BUS="session"
BUS="system"
LOG_FILE="/var/log/cdemu.log"