1 # DO NOT EDIT - This file is being maintained by Chef
 
   3 # Enable/disable the dynamic MOTD news service
 
   4 # This is a useful way to provide dynamic, informative
 
   5 # information pertinent to the users and administrators
 
   9 # Configure the source of dynamic MOTD news
 
  10 # White space separated list of 0 to many news services
 
  11 # For security reasons, these must be https
 
  12 # and have a valid certificate
 
  13 # Canonical runs a service at motd.ubuntu.com, and you
 
  14 # can easily run one too
 
  15 URLS="https://motd.ubuntu.com"
 
  17 # Specify the time in seconds, you're willing to wait for
 
  19 # Note that news messages are fetched in the background by
 
  20 # a systemd timer, so this should never block boot or login