nixpkgs/pkgs/tools/networking/network-manager
Will Dietz f99bdb2b61
networkmanager,modemmanager: fix service symlinks for systemd v243
Fixes problems such as:

systemd[1]: Failed to put bus name to hashmap: File exists
systemd[1]: dbus-org.freedesktop.nm-dispatcher.service: Two services allocated for the same bus name org.freedesktop.nm_dispatcher, refusing operation.

Problem is that systemd treats symlinks to files outside the service
path differently, causing our old workaround to look like two separate services.

These symlinks are intended to be a means for manually emulating
the behavior of the `Alias=` directive in these services.
Unfortunately even making these symlinks relative isn't enough,
since they don't make it to where it matters--
that only makes the links in /etc/static/systemd/system/*
relative, with systemd still being shown non-relative links
in /etc/systemd/system/*.

To fix this, drop all of this at the package level
and instead simply specify the aliases in the NixOS modules.

Also handle the same for modemmanager,
since the networkmanager NixOS module also handles that.
2019-09-13 21:02:39 -05:00
..
0.9.8 treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
fortisslvpn treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
iodine treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
l2tp treewide: remove redundant quotes 2019-09-08 23:38:31 +00:00
openconnect treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
openvpn treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
vpnc treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
applet.nix Merge staging-next into staging 2019-08-28 08:26:42 +02:00
default.nix networkmanager,modemmanager: fix service symlinks for systemd v243 2019-09-13 21:02:39 -05:00
dmenu.nix treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
fix-install-paths.patch networkmanager: port to Meson 2019-04-22 12:10:10 +02:00
fix-paths.patch networkmanager: sed from gnused, not coreutils! fix bad path 2019-05-03 19:58:00 -05:00
hardcode-gsettings.patch networkmanagerapplet: hardcode for eap gschema 2019-04-18 11:28:18 -04:00
strongswan.nix treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00