aboutsummaryrefslogtreecommitdiffstats
path: root/astro/setiathome
diff options
context:
space:
mode:
authorstb <stb@FreeBSD.org>1999-05-10 07:21:46 +0800
committerstb <stb@FreeBSD.org>1999-05-10 07:21:46 +0800
commit06455afce9bed1913073b62414dffc363a1b1aa9 (patch)
tree721c346180fa23b416cf6268a2f8c895ef9d891f /astro/setiathome
parente6e2a97e0cf784dca2d299b2add7f4029b27736d (diff)
downloadfreebsd-ports-gnome-06455afce9bed1913073b62414dffc363a1b1aa9.tar.gz
freebsd-ports-gnome-06455afce9bed1913073b62414dffc363a1b1aa9.tar.zst
freebsd-ports-gnome-06455afce9bed1913073b62414dffc363a1b1aa9.zip
Explain manual set-up when one wants to run multiple processes, or let
setiathome run under a different user id. Suggested by: "Stein M. Sandbech" <stein@ife.no>
Diffstat (limited to 'astro/setiathome')
-rw-r--r--astro/setiathome/files/setiathome.132
1 files changed, 30 insertions, 2 deletions
diff --git a/astro/setiathome/files/setiathome.1 b/astro/setiathome/files/setiathome.1
index 47fa61dda816..ae6756739f2c 100644
--- a/astro/setiathome/files/setiathome.1
+++ b/astro/setiathome/files/setiathome.1
@@ -37,7 +37,7 @@ and will pick up where it left off.
requires about 0.5\ MBytes of disk space in it's working directory, and about
12\ MBytes of memory. If you have ample physical memory, it's work load
should be almost undetectable.
-.Pp
+.Ss Starting setiathome
This port to FreeBSD includes a start-up script (usually found in
.Pa /usr/local/etc/rc.d/setiathome.sh )
that starts
@@ -48,7 +48,35 @@ directory
and lets you register with or log in to
.Tn SETI@home
by calling it with the argument
-.Li register .
+.Ar register .
+.Ss Setting up setiathome manually
+If you'd like to run
+.Nm
+on a SMP system, and therefor would like to run multiple
+.Nm
+processes at once, or would like it to run under a different user ID than
+.Sq nobody ,
+you have to set up one or more suitable working directories yourself.
+.Pp
+For each
+.Nm
+instance you'd like to run, create a directory, make it owned by the user
+you'd like to run
+.Nm
+as, and run
+.Ic setiathome -login
+in that directory.
+.Pp
+Then, arrange for
+.Nm
+to be started automatically. You can easily do so by adding a line similiar
+to
+.Bd -ragged -offset indent
+.Li */10 * * * * cd
+.Va working directory
+.Li && Nm -email >/dev/null
+.Ed
+to the user's crontab.
.Sh OPTIONS
.Bl -tag -width indent
.It Fl login