logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

um_add_service - add a service module to umview

Authors

       View-OS is a project of the Computer Science Department, University of  Bologna.  Project  Leader:  Renzo
       Davoli.
       <http://www.sourceforge.net/projects/view-os>

       Howto's and further information can be found on the project wiki <wiki.virtualsquare.org>.

VIEW-OS: a process with a view                    June 10, 2006                                       VIEW-OS(1)

Description

       This  command  adds  a service module to umview.  Modules will be loaded as shared libraries thus all the
       rules to load libraries apply. Modules must be loaded from a directory within the ld.so  search  path  or
       should  be specified by their pathnames.  If necessary configure the LD_LIBRARY_PATH environment variable
       appropriately.
       module_options are module specific configuration options, thus the reader should refer  to  each  service
       module manual for a complete description.

Name

       um_add_service - add a service module to umview

Options

-p     the module becomes permanent when set.

See Also

umview(1),um_del_service(1),um_ls_service(1),umfuse(1viewos),umnet(1viewos),umdev(1viewos),umbinfmt(1viewos),viewfs(1viewos),

Synopsis

um_add_service [-p ] service_module [ , module_options ]

See Also