From 6ef8dfa3847d9bbd1ea2d7449ee1849dd8e8514a Mon Sep 17 00:00:00 2001 From: jonas Date: Sat, 10 Jun 2006 22:05:19 +0000 Subject: Be quiet, run as daemon, avoid output (and revert to the default /tmp to spot if it doesn't work). git-svn-id: svn+ssh://xayide/home/jonas/private_svn/fleshybrid/trunk@15 8f53b18a-e215-0410-8885-9f593d34873e --- addons/x11phonehome/etc/motion/motion.conf | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/addons/x11phonehome/etc/motion/motion.conf b/addons/x11phonehome/etc/motion/motion.conf index ce2566a..8437723 100644 --- a/addons/x11phonehome/etc/motion/motion.conf +++ b/addons/x11phonehome/etc/motion/motion.conf @@ -7,8 +7,8 @@ # motion man page and /usr/share/doc/motion/motion_guide.html # for detailed information on configuration options. -daemon off -quiet off +daemon on +quiet on # You may very well need to change this (check with 'dmesg' # after plugging in your webcam) @@ -38,7 +38,7 @@ ffmpeg_video_codec msmpeg4 # Target base directory for pictures and films # You should probably change this (create dir beforehand) -target_dir /dev/null +target_dir /tmp # Define a port number (e.g. 8000) to enable the mini-http server # 0 = disabled @@ -74,3 +74,5 @@ mask_file /etc/motion/motionref.pgm #switchfilter on #on_event_start simpleopal -lanVIX h323:192.168.3.231 on_motion_detected simpleopal -lanVIX h323:80.162.179.151 + +output_normal off -- cgit v1.2.3