aports/testing/motion/motion.confd
GP Orcullo 66ff843457 testing/motion: Updated to version 4.0.1 with ffmpeg
- updated to the latest release
- re-enabled ffmpeg support
- switched to openrc init
- used /var/lib/motion for storage
- disabled cpu optimization
2017-09-06 07:10:38 +00:00

10 lines
272 B
Plaintext

# Set the user and group under which motion will be run
MOTION_USER="motion"
MOTION_GROUP="video"
# Set the the directory for storing the pidfile
MOTION_RUN_DIR="/var/run/motion"
# Set the the working directory for storing images/videos
MOTION_LIB_DIR="/var/lib/motion"