diff options
-rw-r--r-- | README.rst | 32 |
1 files changed, 29 insertions, 3 deletions
@@ -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 @@ ______________ <a href="https://bugs.archlinux.org/task/44270" target="_blank">changed</a> +.. |aur-arch-audit| raw:: html + + <a href="https://aur.archlinux.org/packages/arch-audit/" target="_blank">arch-audit</a> + +.. |aur-python-lolcat| raw:: html + + <a href="https://aur.archlinux.org/packages/python-lolcat/" target="_blank">python-lolcat</a> + +.. |website-xen| raw:: html + + <a href="http://ricardo.band/" target="_blank">XenGi</a> + |