From 2552c43873eb5940aa5172e555242a8f13160642 Mon Sep 17 00:00:00 2001 From: Benjamin Sherman Date: Sun, 27 Aug 2023 19:43:37 -0500 Subject: [PATCH] fix: force enable dconf-update service via symlink Since the systemd/system-preset enabled, but didn't create the target.wants symlink, we may need this to ensure the service starts as is expected. --- .../systemd/system/multi-user.target.wants/dconf-update.service | 1 + 1 file changed, 1 insertion(+) create mode 120000 usr/etc/systemd/system/multi-user.target.wants/dconf-update.service diff --git a/usr/etc/systemd/system/multi-user.target.wants/dconf-update.service b/usr/etc/systemd/system/multi-user.target.wants/dconf-update.service new file mode 120000 index 00000000000..bdb5f0a7e9d --- /dev/null +++ b/usr/etc/systemd/system/multi-user.target.wants/dconf-update.service @@ -0,0 +1 @@ +../dconf-update.service \ No newline at end of file