From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mirv.inri.net ([167.88.120.88]) by ur; Tue Apr 18 11:27:27 EDT 2017 Received: from [10.173.151.12] ([166.175.58.104]) by mirv; Tue Apr 18 11:27:26 EDT 2017 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (1.0) Subject: Re: [9front] aux/listen changes From: Stanley Lieber X-Mailer: iPhone Mail (14E304) In-Reply-To: Date: Tue, 18 Apr 2017 11:27:24 -0400 Content-Transfer-Encoding: quoted-printable Message-Id: References: To: 9front@9front.org List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: stable non-blocking persistence CSS component On Apr 18, 2017, at 11:18 AM, Julius Schmidt wrote: >=20 > can we finally disable bullshit services in /rc/bin/service? > basically all services except 17019 and 17020 (i think) >=20 > i would also propose (as suggested by someone in #cat-v, sorry forgot whom= ) that we look for services in /cfg/$sysname/service first. > i think this is best done by changing cpurc, i.e. do something like >=20 > serviced=3D/rc/bin/service > if(test -d /cfg/$sysname/service) > serviced=3D/cfg/$sysname/service > aux/listen ... -d $serviced ... >=20 > this is useful both for server specific configuration but also since /rc/b= in/service is under version control. >=20 > arguably, we could also use /rc/bin/service.$sysname, but i loathe putting= more configuration under /rc/bin. All sounds good to me. sl