From a1e074d8c72fd55f053b0bae884c84ac629f112d Mon Sep 17 00:00:00 2001 From: Aaron Rainbolt Date: Thu, 9 Jun 2022 20:55:02 -0500 Subject: [PATCH] Changed deprecated "symlink" to "dbus-symlink". --- ubuntustudio/modules/machineid.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntustudio/modules/machineid.conf b/ubuntustudio/modules/machineid.conf index 2636872..38753ae 100644 --- a/ubuntustudio/modules/machineid.conf +++ b/ubuntustudio/modules/machineid.conf @@ -5,4 +5,4 @@ systemd: true dbus: true # Whether /var/lib/dbus/machine-id should be a symlink to /etc/machine-id # (ignored if dbus is false, or if there is no /etc/machine-id to point to). -symlink: true +dbus-symlink: true