aboutsummaryrefslogtreecommitdiffstats
path: root/testing/motion/motion.pre-install
blob: 7e66ab0e20bece5aee3bf49331b7131d5bad1bfe (plain)
1
2
3
4
5
6
#!/bin/sh
addgroup -S motion 2>/dev/null
adduser -S -h /home/motion -s /bin/false -G motion -D -g motion motion 2>/dev/null
addgroup motion video
exit 0