aboutsummaryrefslogtreecommitdiffstats
path: root/testing/motion/motion.pre-install
blob: f4ff0d942f0b1f5bbd0607a1aaca0ab164269a3b (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 motion 2>/dev/null
addgroup motion video
exit 0