mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-27 09:21:41 +02:00
- updated to the latest release - re-enabled ffmpeg support - switched to openrc init - used /var/lib/motion for storage - disabled cpu optimization
10 lines
272 B
Plaintext
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"
|