From 95e8f4f3a0a77b8c6d67a164631cc801324644bf Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 31 Jan 2019 00:02:13 +0100 Subject: [PATCH] unbound.service: Remove ordering dependency on `mxmount.service` There is no reason to start Unbound after mxmount has started up, so remove the ordering dependency. The dependency was likely introduced by copying-and-pasting. --- misc_systemd_units/unbound.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc_systemd_units/unbound.service b/misc_systemd_units/unbound.service index 90ef1ac..b03d713 100644 --- a/misc_systemd_units/unbound.service +++ b/misc_systemd_units/unbound.service @@ -1,5 +1,5 @@ [Unit] -After=network.service gateway.service mxmount.service +After=network.service gateway.service [Service] Type=forking