X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsd-daemon.xml;h=cd67d9992a31246f6eeb9bb79d448d9ea40d70e5;hb=8725d60ae4f7a8471aa8a0207fa105e335d069a6;hp=e3ac68eed313f62fc03815c55db2d3aeb0da60a1;hpb=f3e219a238c716ffa06fab7b0618197c090dfd5a;p=elogind.git diff --git a/man/sd-daemon.xml b/man/sd-daemon.xml index e3ac68eed..cd67d9992 100644 --- a/man/sd-daemon.xml +++ b/man/sd-daemon.xml @@ -52,6 +52,11 @@ #include "sd-daemon.h" + + + pkg-config --cflags --libs libsystemd-daemon + + @@ -129,17 +134,20 @@ resp. These APIs are implemented in the reference - implementation's drop-in - sd-daemon.c and - sd-daemon.h files. It is - recommended that applications consuming these APIs copy - the implementation into their source tree, either - verbatim or in excerpts. These interfaces are - currently not available in a dynamic library. + implementation's sd-daemon.c and + sd-daemon.h files. These + interfaces are available as shared library, which can + be compiled and linked to with the + libsystemd-daemon + pkg-config1 + file. Alternatively, applications consuming these APIs + may copy the implementation into their source tree, + either verbatim or in excerpts. The functions directly related to new-style daemons become NOPs when -DDISABLE_SYSTEMD is set - during compilation. In addition, if + during compilation and the reference implementation is + used as drop-in files. In addition, if sd-daemon.c is compiled on non-Linux systems they become NOPs. @@ -155,7 +163,9 @@ daemon7, systemd.service5, systemd.socket5, - fprintf3 + fprintf3, + sd-readahead7, + pkg-config1