git-svn-id: svn://svn.compuextreme.de/Viitor/V962/Viitor_motion@6250 504e572c-2e33-0410-9681-be2bf7408885
This commit is contained in:
segler 2011-10-14 10:51:41 +00:00
commit d67c162f26

20
etc/init/motion.conf Normal file
View File

@ -0,0 +1,20 @@
description "Start the motion server"
author "Michael Freitag <Michael.Freitag@freitag-it.de>"
version 1.0
emits none special
start on (runlevel [345] and (started ifup))
stop on runlevel [0126]
console none
pre-start script
if [ ! -f /etc/motion/motion.conf ]; then
exit 10
fi
end script
#expect daemon
exec /usr/bin/motion -n -c /etc/motion/motion.conf