From 0688d7a09181e998e31e3fc27fdbad68ccf7c223 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Mon, 29 Jun 2020 15:09:44 +0200 Subject: [PATCH] Also include systemd-homed.service in the uninstall scriptlets --- systemd.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/systemd.spec b/systemd.spec index 56d2a23..0f2aa04 100644 --- a/systemd.spec +++ b/systemd.spec @@ -613,6 +613,7 @@ if [ $1 -eq 0 ] ; then systemd-networkd.service \ systemd-networkd-wait-online.service \ systemd-resolved.service \ + systemd-homed.service \ >/dev/null || : fi