From nobody Wed Dec 21 15:15:55 2022 X-Original-To: questions@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4NccVB0pJrz1HB9b for ; Wed, 21 Dec 2022 15:16:34 +0000 (UTC) (envelope-from odhiambo@gmail.com) Received: from mail-lf1-x132.google.com (mail-lf1-x132.google.com [IPv6:2a00:1450:4864:20::132]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1D4" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4NccV95Sjdz3DYl for ; Wed, 21 Dec 2022 15:16:33 +0000 (UTC) (envelope-from odhiambo@gmail.com) Authentication-Results: mx1.freebsd.org; none Received: by mail-lf1-x132.google.com with SMTP id bp15so23910524lfb.13 for ; Wed, 21 Dec 2022 07:16:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=FK2A5GENg4mChx60QEiEwt5bYCmgOOvGsy5Y29KQpzM=; b=d6AeKA9CT9N2MeIH+XZmxFThydaY42AcHUtCJDS6vzfweh66/JkjKcFy2tCzAZVkfa BRHjdflF0fFeZsLr1HfIVuUn1IEJBsI8SS8gQt9t4NVuOX5ew/i62Bagf59D2AhQwSqD nrR6KL/u1YXF96alu8iMKVTA9nPLN2KRsK9+dzRdK6uwm5qccdE1OpTTK1kJmxesSMXK N4lyW4ts2cn+T669YzMsg/bv3fL7cdXMYFP190vfyvuhXIChxPAV6UiX4Nx45sZMKX3J sCTEBO4RpgNPVFdm1A6TwgCmulCA5vTuctRveMJosKVvLAG92L+pnFxuQrxVbsL+ylGj jBjw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=FK2A5GENg4mChx60QEiEwt5bYCmgOOvGsy5Y29KQpzM=; b=T9eCTYzqMmyw3Jwh7oAQR6BTUrdWvLJPC/X+I9VJP6yFjcPJakQELRxVFpETAU/ts6 tZ37Dag0QnO00LDCNAmPLIXjJytI68l7VZM3A/PVAe9NDFeDjmQOml/Nz5tsT5CG0SG0 1D3/w8nkJdHaVzWKMYybcCWHc0udMMys2+pa/Olz2tMFo0N0hSVCSg+tPP4yG93HSoTk +kLJYbqAqO8THmq8Ff3HrkppHFA3mM9adw5zZzJmfXRmolsW/C6M2tF06cNS6fjfleLn j27UAoGGoxcKF/onuLni7cpfM9z6NM+9KQ7COCLqXSeDAQ5coKvog5LMJbuU+iRtmdhW c/4g== X-Gm-Message-State: AFqh2ko6AiaaHIvkmHREsUxstyTkfZShX3+QeKDaCDerDPIS0Guj3z45 L0G1LUtk4xI8Aqf/cFHL9ML8J7+FQCvVSy9ks/C+iMn9+VYaQg== X-Google-Smtp-Source: AMrXdXsQJ2RHci8ihtvc5uLr1R01mdDkFU4HIyRvmZwJjJSXgx2q5xntbL8QQNnSWdepiRAM131PBGisFq3PUJ3ZsBE= X-Received: by 2002:a05:6512:1597:b0:4a2:67ea:a06 with SMTP id bp23-20020a056512159700b004a267ea0a06mr129451lfb.580.1671635791247; Wed, 21 Dec 2022 07:16:31 -0800 (PST) List-Id: User questions List-Archive: https://lists.freebsd.org/archives/freebsd-questions List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org MIME-Version: 1.0 References: In-Reply-To: From: Odhiambo Washington Date: Wed, 21 Dec 2022 18:15:55 +0300 Message-ID: Subject: Re: rc script for a program - detach from tty? To: Paul Procacci Cc: questions Content-Type: multipart/alternative; boundary="00000000000087fd3f05f05809d7" X-Rspamd-Queue-Id: 4NccV95Sjdz3DYl X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:15169, ipnet:2a00:1450::/32, country:US] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N --00000000000087fd3f05f05809d7 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Wed, Dec 21, 2022 at 6:06 PM Paul Procacci wrote: > I'm sorry, I just woke up. > > daemon(8) will probably work for you. Not daemon(7). > I had already read that. And the man page is the same. It's just that I wasn't able to figure out howto. --=20 Best regards, Odhiambo WASHINGTON, Nairobi,KE +254 7 3200 0004/+254 7 2274 3223 "Oh, the cruft.", egrep -v '^$|^.*#' =C2=AF\_(=E3=83=84)_/=C2=AF :-) --00000000000087fd3f05f05809d7 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable


=
On Wed, Dec 21, 2022 at 6:06 PM Paul = Procacci <pprocacci@gmail.com= > wrote:
I'm sorry, I just woke up.

d= aemon(8) will probably work for you.=C2=A0 Not daemon(7).

I had already read that. And the man= page is the same.
It's just that I wasn't able to figure out h= owto.

--
Best regards,
Odhiam= bo WASHINGTON,
Nairobi,KE
+254 7 3200 0004/+254 7 2274 3223
"= Oh, the cruft.",=C2=A0egrep -v &= #39;^$|^.*#'=C2=A0=C2=AF\_(=E3=83=84)_/=C2=AF= =C2=A0:-)
<= /div>
--00000000000087fd3f05f05809d7--