From 56b83db520322b2f8e9d678b5b3f7186e0cc66e4 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 2d574a6..67d6e44 100644 --- a/mkmotd/motd.service +++ b/mkmotd/motd.service @@ -1,5 +1,6 @@ [Unit] Description=Make motd +After=startup-tags.service [Service] Type=oneshot