Date: Wednesday, April 21, 2021 @ 19:52:36 Author: eworm Revision: 412996
enable systemd-resolved.service on fresh install Modified: systemd/trunk/systemd.install -----------------+ systemd.install | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) Modified: systemd.install =================================================================== --- systemd.install 2021-04-21 17:17:31 UTC (rev 412995) +++ systemd.install 2021-04-21 19:52:36 UTC (rev 412996) @@ -70,7 +70,10 @@ add_journal_acls # enable some services by default, but don't track them - systemctl enable [email protected] remote-fs.target + systemctl enable \ + [email protected] \ + remote-fs.target \ + systemd-resolved.service echo ":: Append 'init=/usr/lib/systemd/systemd' to your kernel command line in your" echo " bootloader to replace sysvinit with systemd, or install systemd-sysvcompat"
