[Zope] Re: start zserver with cronjob

martin f krafft madduck@madduck.net
Tue, 4 Feb 2003 22:09:49 +0100


--uAKRQypu60I7Lcqm
Content-Type: text/plain; charset=iso-8859-15
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

also sprach Andrew Altepeter <aaltepet@bethel.edu> [2003.02.04.1409 +0100]:
> How about ./start &
>=20
> The '&' tells the shell to execute the program in the background.  This
> will allow you to exit your ssh session, and still have zope running.

Wrong. It starts in the background but the shell will SIGHUP it when
it finishes, causing the zserver process to exit.

What you want to do instead is:

  nohup ./start

which will allow you to exit the shell. You can find all the relevant
output from the ./start script in ./nohup.out (which you can sefely
delete).

--=20
martin;              (greetings from the heart of the sun.)
  \____ echo mailto: !#^."<*>"|tr "<*> mailto:" net@madduck
=20
NOTE: The pgp.net keyservers and their mirrors are broken!
Get my key here: http://people.debian.org/~madduck/gpg/330c4a75.asc
=20
why are they called apartments when they are all stuck together?

--uAKRQypu60I7Lcqm
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+QCwdIgvIgzMMSnURAmOVAJ96i9VYvoOmkFMpv2nLmJVx4rMnmgCgvhxh
yKoBa5siFK1S+iV35gG35M4=
=NUPY
-----END PGP SIGNATURE-----

--uAKRQypu60I7Lcqm--