mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 11:39:46 +01:00
0654364426
The current definition makes waybar wait for dbus.service, but that never happens because dbus.service is started on demand by dbus.socket. Per systemd docs: https://www.freedesktop.org/software/systemd/man/systemd.service.html#Implicit%20Dependencies - Services with Type=dbus set automatically acquire dependencies of type Requires= and After= on dbus.socket. - Socket activated services are automatically ordered after their activating .socket units via an automatic After= dependency. Services also pull in all .socket units listed in Sockets= via automatic Wants= and After= dependencies. Removing Requisite/After makes the service properly start for me, simply specifying Type=dbus is enough. See #1370 |
||
---|---|---|
.. | ||
accounts | ||
lib | ||
lib-bash | ||
misc | ||
programs | ||
services | ||
targets | ||
default.nix | ||
files.nix | ||
home-environment.nix | ||
manual.nix | ||
modules.nix | ||
systemd-activate.rb | ||
systemd-activate.sh | ||
systemd.nix | ||
xcursor.nix | ||
xresources.nix | ||
xsession.nix |