From 7f13878cae90c04503b59f2c0835395b825f9535 Mon Sep 17 00:00:00 2001 From: Marius Tolzmann Date: Wed, 4 Jan 2012 14:40:16 +0100 Subject: [PATCH] systemd services: add correct dependencies.. --- mxstartup-classic.service | 5 ++--- mxstartup-systemd.service | 2 ++ 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/mxstartup-classic.service b/mxstartup-classic.service index ec9d410..0d84c39 100644 --- a/mxstartup-classic.service +++ b/mxstartup-classic.service @@ -1,8 +1,7 @@ [Unit] Description=Mariux mxstartup classic -ConditionPathExists=/etc/mxstartups -Requires=network.target -After=network.target +After=mxstartup-mxvip.service +Requires=mxstartup-mxvip.service [Service] Type=oneshot diff --git a/mxstartup-systemd.service b/mxstartup-systemd.service index 1329efd..ac4a0f9 100644 --- a/mxstartup-systemd.service +++ b/mxstartup-systemd.service @@ -1,5 +1,7 @@ [Unit] Description=Mariux mxstartup systemd +After=mxstartup-mxvip.service +Requires=mxstartup-mxvip.service [Service] Type=oneshot