summaryrefslogtreecommitdiffstats
path: root/testing/motion/motion.pre-install
blob: de22bc1913ab338f70c158a0cc576dd5ce04713f (plain)
1
2
3
4
5
6
7
#!/bin/sh

addgroup -S motion 2>/dev/null
adduser -S -D -h /home/motion -s /bin/false -G motion -g motion motion 2>/dev/null
addgroup motion video 2>/dev/null

exit 0