X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsd-daemon.xml;h=383d77f5951eab4ab7231d5331f66a6aed81e8a1;hp=2acc021041b0e3cde770436ad0725d4438207095;hb=559de1289000f874e23ad01edfa1b37c102a793a;hpb=f9378423b9758861850748aeb49ae0d3300e56e6 diff --git a/man/sd-daemon.xml b/man/sd-daemon.xml index 2acc02104..383d77f59 100644 --- a/man/sd-daemon.xml +++ b/man/sd-daemon.xml @@ -50,8 +50,13 @@ - #include "sd-daemon.h" + #include <systemd/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