+7
nixos/doc/manual/release-notes/rl-1809.xml
+7
nixos/doc/manual/release-notes/rl-1809.xml
···+<link xlink:href="https://www.freedesktop.org/software/systemd/man/systemctl.html#Manager%20Lifecycle%20Commands">reloads</link>
+12
nixos/modules/system/activation/switch-to-configuration.pl
+12
nixos/modules/system/activation/switch-to-configuration.pl
···+system("su", "-l", $name, "-c", "XDG_RUNTIME_DIR=/run/user/$uid @systemd@/bin/systemctl --user daemon-reload");system("@systemd@/bin/systemd-tmpfiles", "--create", "--remove", "--exclude-prefix=/dev") == 0 or $res = 3;