From 7caa037de108980502021e0abe51247bcdf08bbe Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 29 Mar 2018 15:06:18 +0200 Subject: [PATCH] mkmotd: Order motd after startup-tags `mkmotd.pl` reads the files in `/node/tags`, which `start-tags.service` creates. Changing the tags, `/etc/motd` would have the old tags, as the files where not updated yet. So, add the appropriate ordering. --- mkmotd/motd.service | 1 + 1 file changed, 1 insertion(+) diff --git a/mkmotd/motd.service b/mkmotd/motd.service index 2d574a63..67d6e448 100644 --- a/mkmotd/motd.service +++ b/mkmotd/motd.service @@ -1,5 +1,6 @@ [Unit] Description=Make motd +After=startup-tags.service [Service] Type=oneshot