diff options
Diffstat (limited to 'testing/motion/motion.pre-install')
-rw-r--r-- | testing/motion/motion.pre-install | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testing/motion/motion.pre-install b/testing/motion/motion.pre-install new file mode 100644 index 0000000000..f4ff0d942f --- /dev/null +++ b/testing/motion/motion.pre-install @@ -0,0 +1,6 @@ +#!/bin/sh +addgroup -S motion 2>/dev/null +adduser -S -h /home/motion -s /bin/false -G motion -D motion 2>/dev/null +addgroup motion video +exit 0 + |