Skip to content

Commit

Permalink
Disable ua-messaging timer
Browse files Browse the repository at this point in the history
  • Loading branch information
bjsowa committed Oct 13, 2021
1 parent 265ea64 commit 6a2db47
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion stage3/06-update-motd/01-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@

rm -rf "${ROOTFS_DIR}/etc/update-motd.d/"*

install -v -m 755 files/* "${ROOTFS_DIR}/etc/update-motd.d/"
install -v -m 755 files/* "${ROOTFS_DIR}/etc/update-motd.d/"

on_chroot "systemctl disable ua-messaging.timer"

0 comments on commit 6a2db47

Please sign in to comment.