Skip to content

Commit 9409571

Browse files
Don't start motd yum before cloud-init has a chance to start
Some customers with start-up time configuration claim that YUM is "locked". This is probably because we are discovering what to write in the motd. Closes: SIM#P12146737
1 parent a371c94 commit 9409571

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

SOURCES/update-motd.service

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ After=network-online.target
44

55
[Service]
66
Type=oneshot
7+
TimeoutStartSec=300
8+
ExecStartPre=-/bin/sleep 240
79
ExecStart=/usr/sbin/update-motd
810
RemainAfterExit=yes
911

0 commit comments

Comments
 (0)