diff options
| author | Diaz Devera Victor <vitronic2@gmail.com> | 2014-12-26 18:28:54 -0430 |
|---|---|---|
| committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-12-29 12:19:19 +0000 |
| commit | a01b0ecdec7585d3f6b2cb7f2da984ebfce0b434 (patch) | |
| tree | af3b29d259d06e61ade292ad14b064906d2804d3 /testing/fcron/fcron.pre-install | |
| parent | 6b731eecdf600d8d435d129bf2838e3babb77c56 (diff) | |
| download | aports-a01b0ecdec7585d3f6b2cb7f2da984ebfce0b434.tar.bz2 aports-a01b0ecdec7585d3f6b2cb7f2da984ebfce0b434.tar.xz | |
testing/fcron: new aport
periodical command scheduler for systems not always up
http://fcron.free.fr/
Diffstat (limited to 'testing/fcron/fcron.pre-install')
| -rw-r--r-- | testing/fcron/fcron.pre-install | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/fcron/fcron.pre-install b/testing/fcron/fcron.pre-install new file mode 100644 index 0000000000..98f7bf1e77 --- /dev/null +++ b/testing/fcron/fcron.pre-install @@ -0,0 +1,4 @@ +#!/bin/sh +adduser -S -D fcron -H -s /sbin/nologin 2>/dev/null +addgroup -S fcron +exit 0 |
