charon-svc: Inherit all settings from the charon section
Same as with charon-systemd.
This commit is contained in:
@@ -188,6 +188,15 @@ static int service_wait()
|
||||
return 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Add namespace alias
|
||||
*/
|
||||
static void __attribute__ ((constructor))register_namespace()
|
||||
{
|
||||
/* inherit settings from charon */
|
||||
library_add_namespace("charon");
|
||||
}
|
||||
|
||||
/**
|
||||
* Initialize and run charon using a wait function
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user