forked from pool/cdemu-daemon
18 lines
530 B
Diff
18 lines
530 B
Diff
|
---
|
||
|
system/cdemu-daemon-system.sh | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
Index: cdemu-daemon-1.5.0/system/cdemu-daemon-system.sh
|
||
|
===================================================================
|
||
|
--- cdemu-daemon-1.5.0.orig/system/cdemu-daemon-system.sh
|
||
|
+++ cdemu-daemon-1.5.0/system/cdemu-daemon-system.sh
|
||
|
@@ -6,7 +6,7 @@
|
||
|
# Default settings
|
||
|
NUM_DEVICES=2
|
||
|
AUDIO_DRIVER=null
|
||
|
-LOG_FILE=/tmp/cdemu-daemon.log
|
||
|
+LOG_FILE=/var/log/cdemu-daemon.log
|
||
|
|
||
|
# Read the settings
|
||
|
CONFIG_FILE=/etc/sysconfig/cdemu-daemon
|