diff options
author | Stijn Tintel <stijn@linux-ipv6.be> | 2018-12-05 00:53:00 +0200 |
---|---|---|
committer | Stijn Tintel <stijn@linux-ipv6.be> | 2019-12-02 00:10:04 +0200 |
commit | eaa1d5aa18b28cf354a9c481eb036b317d1a7591 (patch) | |
tree | f7c0fe8c13cf59376f0fa82f87b6b3b54be42932 /multimedia/motion/files/motion.conf | |
parent | 421dae85a3525f9772bbada523758490a926be3c (diff) |
motion: add basic procd init script
Disable the init script by default to avoid log pollution; motion is
very verbose when it cannot open the configured camera.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Diffstat (limited to 'multimedia/motion/files/motion.conf')
-rw-r--r-- | multimedia/motion/files/motion.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/multimedia/motion/files/motion.conf b/multimedia/motion/files/motion.conf new file mode 100644 index 000000000..3155b5e02 --- /dev/null +++ b/multimedia/motion/files/motion.conf @@ -0,0 +1,2 @@ +config motion general + option enabled '0' |