X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsd-daemon.xml;h=cd67d9992a31246f6eeb9bb79d448d9ea40d70e5;hb=563ba9ea6e60774086555998b957edf923e24b46;hp=2acc021041b0e3cde770436ad0725d4438207095;hpb=f9378423b9758861850748aeb49ae0d3300e56e6;p=elogind.git diff --git a/man/sd-daemon.xml b/man/sd-daemon.xml index 2acc02104..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 + + @@ -61,7 +66,7 @@ sd-daemon.h provide a reference implementation of various APIs for new-style daemons, as implemented by the - systemd8 + systemd1 init system. See @@ -129,33 +134,38 @@ 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, too. + non-Linux systems they become NOPs. See Also + systemd1, sd_listen_fds3, sd_notify3, sd_booted3, sd_is_fifo3, daemon7, - systemd8, systemd.service5, systemd.socket5, - fprintf3 + fprintf3, + sd-readahead7, + pkg-config1