* Reverted blocked signal behavior introduced in 5.0.
* Introduced a delay before making process start/stop/restart processes for race conditions when configuring eg restconf * For restconf `CLICON_BACKEND_RESTCONF_PROCESS`, restart restconf if restconf is edited.
This commit is contained in:
parent
46ebc12bd5
commit
b2f9c59a34
14 changed files with 304 additions and 122 deletions
|
|
@ -171,11 +171,8 @@ module clixon-lib {
|
|||
}
|
||||
output {
|
||||
leaf pid {
|
||||
description "Process-id of running process if operation is start,
|
||||
restart or status. 0 if not running.
|
||||
This is for two reasons:
|
||||
- to check process running for status
|
||||
- get the actual pid for targeting the actual process";
|
||||
description "Process-id of running process or 0 if not running
|
||||
Value is only valid for operation status";
|
||||
type uint32;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue