diff options
Diffstat (limited to 'community/fcron/fcron.pre-install')
-rw-r--r-- | community/fcron/fcron.pre-install | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/community/fcron/fcron.pre-install b/community/fcron/fcron.pre-install new file mode 100644 index 0000000000..b158791782 --- /dev/null +++ b/community/fcron/fcron.pre-install @@ -0,0 +1,6 @@ +#!/bin/sh + +adduser -S -D -H -s /sbin/nologin -g fcron fcron 2>/dev/null +addgroup -S fcron 2>/dev/null + +exit 0 |