9front - general discussion about 9front
 help / color / mirror / Atom feed
* aux/listen changes
@ 2017-04-18 15:18 Julius Schmidt
  2017-04-18 15:27 ` [9front] " Stanley Lieber
  0 siblings, 1 reply; 8+ messages in thread
From: Julius Schmidt @ 2017-04-18 15:18 UTC (permalink / raw)
  To: 9front

can we finally disable bullshit services in /rc/bin/service?
basically all services except 17019 and 17020 (i think)

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

serviced=/rc/bin/service
if(test -d /cfg/$sysname/service)
 	serviced=/cfg/$sysname/service
aux/listen ... -d $serviced ...

this is useful both for server specific configuration but also since 
/rc/bin/service is under version control.

arguably, we could also use /rc/bin/service.$sysname, but i loathe putting 
more configuration under /rc/bin.



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2017-04-18 22:55 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-18 15:18 aux/listen changes Julius Schmidt
2017-04-18 15:27 ` [9front] " Stanley Lieber
2017-04-18 20:06   ` Steve Simon
2017-04-18 20:12     ` Kurt H Maier
2017-04-18 20:23       ` Stanley Lieber
2017-04-18 22:39         ` Steve Simon
2017-04-18 22:55           ` Stanley Lieber
2017-04-18 20:19     ` Stanley Lieber

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).