Plan 9 from Bell Labs’s /usr/web/sources/contrib/mycroftiv/unreleased/confighelper/serviceupdate

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


#!/bin/rc

# unstarted service updater

echo 'services are controlled in /rc/bin/service and /rc/bin/service.auth - or in the case of grid customized setups, in /cfg/machinename/service and /cfg/machinename/service.auth.'
echo 'the listeners are started in /cfg/machinename/cpurc'
echo 'each role in a plan 9 grid is characterized by what services it provides'
echo 'in addition to the plan 9 native services such as fossil via 9p, venti, and cpu, plan 9 can also provide others such as telnet and ftp'
echo 'the aux/listen command starts listeners on the given tcp port within the service directories'
echo 'edit the paramaters of the commands or change what port they are listening on'
echo 'note that ports must be forward both by qemu and by any router firewalls for services to be available remotely'
exit

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.