Added systemd example files under example/systemd
This commit is contained in:
parent
ee946a00f5
commit
fd19640579
6 changed files with 40 additions and 3 deletions
|
|
@ -24,7 +24,7 @@ Clixon is written in C. The plugins are written in C. The CLI
|
|||
specification uses cligen (http://cligen.se)
|
||||
|
||||
## How to best understand Clixon?
|
||||
Run the Clixon example, in the example directory.
|
||||
Run the Clixon example, in the [example](../example) directory.
|
||||
|
||||
## How do you build and install Clixon (and the example)?
|
||||
Clixon:
|
||||
|
|
@ -178,6 +178,11 @@ You may also add a default method in the configuration file:
|
|||
</config>
|
||||
```
|
||||
|
||||
## Can I use systemd with Clixon?
|
||||
|
||||
Yes. Systemd example files are provide for the backend and the
|
||||
restconf daemon as part of the [example](../example/systemd).
|
||||
|
||||
## How can I add extra XML?
|
||||
|
||||
There are two ways to add extra XML to running database after start. Note that this XML is not "committed" into running.
|
||||
|
|
@ -345,7 +350,7 @@ To authenticate, the callback needs to return the value 1 and supply a username.
|
|||
See [../apps/example/example_restconf.c] example_restconf_credentials() for
|
||||
an example of HTTP basic auth.
|
||||
|
||||
## How do I write a CLI translator function
|
||||
## How do I write a CLI translator function?
|
||||
|
||||
The CLI can perform variable translation. This is useful if you want to
|
||||
prcess the input, such as hashing, encrypting or in other way
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue