diff options
author | Kiyoshi Aman <kiyoshi.aman@gmail.com> | 2011-01-23 19:07:25 -0500 |
---|---|---|
committer | Kiyoshi Aman <kiyoshi.aman@gmail.com> | 2011-02-03 19:03:13 -0500 |
commit | 17aadbadc72b8335f7bf68597d2fbabc50d1e998 (patch) | |
tree | 21794d20ad791f5e0c64ab9e2de0b7a1ca2f695c /testing/uptimed/uptimed.confd | |
parent | 288629eaa414c3f0ff0959457ff5b214c98e1423 (diff) | |
download | aports-17aadbadc72b8335f7bf68597d2fbabc50d1e998.tar.bz2 aports-17aadbadc72b8335f7bf68597d2fbabc50d1e998.tar.xz |
testing/uptimed: new aport (needs work)
Diffstat (limited to 'testing/uptimed/uptimed.confd')
-rw-r--r-- | testing/uptimed/uptimed.confd | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/uptimed/uptimed.confd b/testing/uptimed/uptimed.confd new file mode 100644 index 0000000000..dcc4741cff --- /dev/null +++ b/testing/uptimed/uptimed.confd @@ -0,0 +1,12 @@ +# Sample conf.d file for alpine linux +# +# uptimed opts: +# -b create bootid and exit [ignored on FreeBSD] +# -f run in foreground [don't fork] +# -e EMAIL send mail to EMAIL at milestones/records +# -i INTERVAL use INTERVAL seconds for loop +# -m COUNT log a maximum of COUNT entries +# -t TIMESPEC minimum uptime to be considered a record +# -p FILE write PID to FILE + +opts="" |