OSDN Git Service

eefe29c08963dd440a29aa34c62ed9687709581e
[serene/serenelinux-system-pkg.git] / base-files.old / etc / default / motd-news
1 # Enable/disable the dynamic MOTD news service
2 # This is a useful way to provide dynamic, informative
3 # information pertinent to the users and administrators
4 # of the local system
5 ENABLED=0
6
7 # Configure the source of dynamic MOTD news
8 # White space separated list of 0 to many news services
9 # For security reasons, these must be https
10 # and have a valid certificate
11 # Canonical runs a service at motd.ubuntu.com, and you
12 # can easily run one too
13 URLS="https://motd.ubuntu.com"
14
15 # Specify the time in seconds, you're willing to wait for
16 # dynamic MOTD news
17 # Note that news messages are fetched in the background by
18 # a systemd timer, so this should never block boot or login
19 WAIT=5