[arch-commits] Commit in systemd/trunk (systemd.install)

Christian Hesse eworm at archlinux.org
Mon Apr 26 13:31:04 UTC 2021


    Date: Monday, April 26, 2021 @ 13:31:04
  Author: eworm
Revision: 413883

symlink resolv.conf for systemd-resolved

Modified:
  systemd/trunk/systemd.install

-----------------+
 systemd.install |    3 +++
 1 file changed, 3 insertions(+)

Modified: systemd.install
===================================================================
--- systemd.install	2021-04-26 11:54:07 UTC (rev 413882)
+++ systemd.install	2021-04-26 13:31:04 UTC (rev 413883)
@@ -75,6 +75,9 @@
     remote-fs.target \
     systemd-resolved.service
 
+  # ... same for resolv.conf symlink for systemd-resolved
+  ln -sf /run/systemd/resolve/stub-resolv.conf /etc/resolv.conf
+
   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"
 



More information about the arch-commits mailing list