From 0b471f32d6455ed75838481cbe634ffab5dfbbd0 Mon Sep 17 00:00:00 2001 From: David Runge Date: Fri, 24 Feb 2017 12:38:48 +0100 Subject: README.rst: Adding update-motd service/timer info. Fixing jack@ --user service information. --- README.rst | 32 +++++++++++++++++++++++++++++--- 1 file changed, 29 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index dc9d656..954731c 100644 --- a/README.rst +++ b/README.rst @@ -96,15 +96,14 @@ ____________ jack@ --user ____________ -JACK2 comes with a dbus interface. Unfortunately systemd's efforts regarding [kdbus](https://en.wikipedia.org/wiki/Kdbus) and integrating kernel CPU [cgroups](https://www.kernel.org/doc/Documentation/cgroups/) (and thereby also real-time scheduling) is still somewhat in limbo. -The included jack@.service starts JACK using */usr/bin/jackd"* (so no dbus), according to a profile. The name of that profile follows after the *@* on starting/ activating the unit and must be found in either */etc/jack/* or *~/.config/jack/*. +| JACK2 comes with a dbus interface. Unfortunately systemd's efforts regarding [kdbus](https://en.wikipedia.org/wiki/Kdbus) and integrating kernel CPU [cgroups](https://www.kernel.org/doc/Documentation/cgroups/) (and thereby also real-time scheduling) is still somewhat in limbo. +| The included jack@.service starts JACK using */usr/bin/jackd"* (so no dbus), according to a profile. The name of that profile follows after the *@* on starting/ activating the unit and must be found in either */etc/jack/* or *~/.config/jack/*. .. code:: bash systemctl --user start jack@fw1 systemctl --user enable jack@fw1 -This service is dependant on the real-time kernel command line option. It will only start, if that condition is met. monitoring --user _________________ @@ -215,6 +214,21 @@ ___________ tmux attach +update-motd +___________ +| The system service *update-motd.service* updates your MOTD (message of the day) with your hostname, your currently running kernel version, available package updates and needed security updates. +| To be able to check pacman and security updates, the accompanying *update-motd.timer* will start the service hourly. +| If a /etc/motd.name is available, then that file will be used instead of /etc/hostname to generate a banner. +| For the security updates |aur-arch-audit| is needed and if you want to have colorful output of it all, install |aur-python-lolcat|. +| To start/enable the timer just do: + + .. code:: bash + + systemctl --system start update-motd + systemctl --system enable update-motd + +| Thanks to |website-xen| for the inspiration! + weechat --user ______________ | The systemd user service *weechat.service* starts the |irc| client |weechat| in a separate |tmux| environment for the current user. @@ -368,4 +382,16 @@ ______________ changed +.. |aur-arch-audit| raw:: html + + arch-audit + +.. |aur-python-lolcat| raw:: html + + python-lolcat + +.. |website-xen| raw:: html + + XenGi + -- cgit v1.2.3