Skip to content

Commit

Permalink
mkmotd: Order motd after startup-tags
Browse files Browse the repository at this point in the history
`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.
  • Loading branch information
pmenzel authored and david committed Apr 9, 2018
1 parent 26c27c0 commit 7caa037
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mkmotd/motd.service
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[Unit]
Description=Make motd
After=startup-tags.service

[Service]
Type=oneshot
Expand Down

0 comments on commit 7caa037

Please sign in to comment.