aports/testing/flowd/flowd.pre-install
Valery Kartel d1215fa657 testing/flowd: new aport
https://code.google.com/p/flowd
Small, fast and secure NetFlow collector
2017-04-13 08:26:10 +00:00

7 lines
137 B
Bash

#!/bin/sh
addgroup -S flowd 2>/dev/null
adduser -S -D -H -h /var/lib/flowd -s /sbin/nologin -G flowd -g flowd flowd 2>/dev/null
exit 0