From: Nathaniel Clark Date: Wed, 15 Nov 2023 21:09:10 +0000 (-0500) Subject: EX-8386 lipe: Remove cruft from systemd services X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=63d74e38dc5e5c98a2c1ec72f00c5e2739544ada;p=fs%2Flustre-release.git EX-8386 lipe: Remove cruft from systemd services Remove After=rust-iml-agent.service rust-iml-agent is deprecrecated and not longer needed. Change-Id: Icd0e79dbd417e98beb07f8546487d20fa5f6bb62 Signed-off-by: Nathaniel Clark Reviewed-on: https://review.whamcloud.com/c/ex/lustre-release/+/53152 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Feng Lei Reviewed-by: Andreas Dilger --- diff --git a/lipe/systemd/lamigo@.service b/lipe/systemd/lamigo@.service index abf5c86..c6c15bf 100644 --- a/lipe/systemd/lamigo@.service +++ b/lipe/systemd/lamigo@.service @@ -3,7 +3,6 @@ Description=lamigo, userspace daemon to monitor MDT via client and replicate fil Requires=network-online.target ConditionPathExists=/etc/lamigo/ -After=rust-iml-agent.service [Service] Restart=always diff --git a/lipe/systemd/lpurge@.service b/lipe/systemd/lpurge@.service index 40b4f66..69cef33 100644 --- a/lipe/systemd/lpurge@.service +++ b/lipe/systemd/lpurge@.service @@ -3,7 +3,6 @@ Description=lpurge, userspace daemon to monitor free space of OST/pool and relea Requires=network-online.target ConditionPathExists=/etc/lpurge/ -After=rust-iml-agent.service [Service] Restart=always