Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Nov 2001 15:03:06 -0800
From:      Jonathan Hilgeman <JHilgeman@ecx.com>
To:        "'freebsd-questions@freebsd.org'" <freebsd-questions@freebsd.org>
Subject:   Starting a Process Without Tying Yourself To It
Message-ID:  <5D90F61EB6FDD411836500508B137F1AA3F071@mailsvr.ecx.com>

next in thread | raw e-mail | index | archive | help
I want to start the mySQL daemon, but I don't want to tie myself to that
process.

I've tried:
/usr/local/mysql/bin/safe_mysqld

And it just sits there after it starts.

And I've tried:
/usr/local/mysql/bin/safe_mysqld &

I can go back to the shell after that, but it seems to just be running as a
background job, still tied to me. 

How can I start it by itself and just let it keep running by itself (as if i
had rebooted and the system just started it)?

- Jonathan

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5D90F61EB6FDD411836500508B137F1AA3F071>