update-iocs-cf - Auto generate conserver config for IOCS
update-iocs-cf
Creates a file (/etc/conserver/iocs.cf by default) with information about all known IOCs. This file can be used by placing an entry in conserver.cf like:
default softioc { type host; host localhost;} #include /etc/conserver/iocs.cf
Running update-iocs-cf will update iocs.cf and cause conserver to reload its configuration.
If the directory /etc/conserver/ does not exist (conserver-server is not installed) then no action is taken.
- /etc/default/epics-softioc
-
Define IOCSCF in this file to override the default filename.
Michael Davidsaver <mdavidsaver@bnl.gov>