aports/testing/fcron/fcron.pre-install
Diaz Devera Victor a01b0ecdec testing/fcron: new aport
periodical command scheduler for systems not always up
http://fcron.free.fr/
2014-12-29 12:19:19 +00:00

5 lines
88 B
Bash

#!/bin/sh
adduser -S -D fcron -H -s /sbin/nologin 2>/dev/null
addgroup -S fcron
exit 0