Путеводитель по Руководству Linux

  User  |  Syst  |  Libr  |  Device  |  Files  |  Other  |  Admin  |  Head  |



   sd_booted    ( 3 )

проверьте, работает ли в системе система инициализации systemd (Test whether the system is running the systemd init system)

Имя (Name)

sd_booted - Test whether the system is running the systemd init system


Синопсис (Synopsis)

#include <systemd/sd-daemon.h>

int sd_booted(void);


Описание (Description)

sd_booted() checks whether the system was booted up using the systemd init system.


Возвращаемое значение (Return value)

On failure, this call returns a negative errno-style error code. If the system was booted up with systemd as init system, this call returns a positive return value, zero otherwise.


Примечание (Note)

These APIs are implemented as a shared library, which can be compiled and linked to with the libsystemd pkg-config(1) file.

Internally, this function checks whether the directory /run/systemd/system/ exists. A simple check like this can also be implemented trivially in shell or any other language.


Смотри также (See also)

systemd(1), sd-daemon(3)