You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-video/motion/files/motion.confd-r1

10 lines
272 B

# 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"