Blame

e48b87 Steven Anderson 2024-12-30 11:17:17 1
# motd
2
3
[manpage](https://man.freebsd.org/cgi/man.cgi?motd)
4
5
I takes more than just modifying `/etc/motd` on a freebsd system now to modify the motd.
6
You need to modify the template file then restart the service. During system startup, the kernel
7
version is prepended to `/etc/motd.template` and then written to `/var/run/motd`.
8
9
#### Update the motd
10
* edit `/etc/motd.template`
11
12
#### restart the motd service
13
service motd restart