My personal blog hauleth.dev
blog
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: remove section about D-Bus

+3 -6
+3 -6
content/post/who-watches-watchmen-i.md
··· 109 109 110 110 Different tools take different approach to solve that issue there. `systemd` 111 111 take approach that is derived from `launchd` - do not do stuff, that is not 112 - needed. It achieved that by merging D-Bus into the `systemd` itself, and then 113 - making all service to be D-Bus daemons (which are started on request), and 114 - additionally it provides a bunch of triggers for that daemons. We can trigger on 115 - action of other services (obviously), but also on stuff like socket activity, 116 - path creation/modification, mounts, connection or disconnection of device, 117 - time events, etc. 112 + needed. We can trigger on action of other services (obviously), but also on 113 + stuff like socket activity, path creation/modification, mounts, connection or 114 + disconnection of device, time events, etc. 118 115 119 116 --- 120 117