Lines Matching refs:of
10 …26 (the first version released with Fedora 15) we promise to keep a number of them stable and comp…
14 …format**. Unit files written now will stay compatible with future versions of systemd. Extensions …
16 …of `systemd`, `systemctl`, `loginctl`, `journalctl`, and all other command line utilities installe…
20 * Some of the **"special" unit names** and their semantics. To be precise the ones that are necessa…
22 * **The D-Bus interfaces of the main service daemon and other daemons**. We try to always preserve …
26 …these interfaces too. In the meantime we will however try to keep breakage of these interfaces at …
28 * **The set of states of the various state machines used in systemd**, e.g. the high-level unit sta…
38 One of the main goals of systemd is to unify basic Linux configurations and service behaviors acros…
40 …of the latter interfaces, or we will tell your mom, and she won't love you anymore. You are welcom…
42 …ons, but if in the future there are very good reasons to change or get rid of an interface we have…
47 systemd provides a number of APIs to applications. Below you'll find a table detailing which APIs a…
49 …bution and OS developers who are interested in maintaining a certain level of compatibility with t…
51 …of the parts you are interested in independently for your OS, or b) build systemd for your distro,…
53 Many of these interfaces are already being used by applications and 3rd party code. If you are inte…
56 ## General Portability of systemd and its Components
58 …Ses:** systemd is not portable to non-Linux systems. It makes use of a large number of Linux-speci…
62 …is portable to all Linux distributions. However, the goal is to unify many of the needless differe…
64 …ific Versions of Other packages:** We generally avoid adding compatibility kludges to systemd that…
67 ## General Portability of systemd's APIs
69 …systemd is available. Some of the APIs we have defined are supposed to be generic enough to be imp…
71 A number of systemd's APIs expose Linux or systemd-specific features that cannot sensibly be implem…
73 Note that not all of these interfaces are our invention (but most), we just adopted them in systemd…
79 And now, here's the list of (hopefully) all APIs that we have introduced with systemd:
109 | [CLI of systemctl,...](https://www.freedesktop.org/software/systemd/man/systemctl.html) | CLI | y…
131 … run the respective tools that are included in the systemd tarball outside of systemd. Note howeve…
133 …y to still change things, or don't want 3rd party applications to make use of these interfaces alr…
135 If you decide to reimplement one of the APIs for which "Reimplementable independently" is "no", the…
137 This is not an attempt to comprehensively list all users of these APIs. We are just listing the mos…
139 …e it's time well spent if you work on reimplementing all this code instead of just spending it on …
141 ## Independent Operation of systemd Programs
143 Some programs in the systemd suite are intended to operate independently of the
163 `coredumpctl`, `busctl`, `systemctl --root` also fall into this category of