* This is an alternative to manage a clixon daemon via sudtemd, containerd or other
* One important special case is starting the clixon-restconf daemon internally
* This is how it works:
* Register a process via `clixon_process_register(h, name, namespace, argv, argc)`
* Use process-control RPC defined in clixon-lib.yang to start/stop/restart or query status on that process
* Example code in the main example
|
||
|---|---|---|
| .. | ||
| clixon-config.yang | ||
| clixon-config@2020-10-01.yang | ||
| clixon-config@2020-11-03.yang | ||
| clixon-lib@2020-04-23.yang | ||
| clixon-lib@2020-12-08.yang | ||
| clixon-restconf@2020-10-30.yang | ||
| clixon-rfc5277@2008-07-01.yang | ||
| clixon-xml-changelog@2019-03-21.yang | ||
| Makefile.in | ||