From b6dc8f80a25ab767b0c4456b68bed7fe59979e16 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Tue, 2 Nov 2021 16:52:32 +0100 Subject: [PATCH] mxstartup.service: Add explicit network.target dependency Currently mxstartup.service has a After dependency on nis.service and nis.service has a After dependency on network.target, so we have an implied After dependency on network.target. We need to have the network to start mxstartup services. We are going to disable and remove nis.service, so we can no longer depend on the implied dependency. Add After dependency on network.target. Remove dependency on nis.service. --- mxstartup.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mxstartup.service b/mxstartup.service index 65d67f6..b76807d 100644 --- a/mxstartup.service +++ b/mxstartup.service @@ -1,6 +1,6 @@ [Unit] Description=Mariux mxstartup classic -After=mxmount.service nis.service +After=mxmount.service network.target Requires=mxmount.service [Service]