From f8a91061ee164f70fa3ae41403cf2c4f9382296a Mon Sep 17 00:00:00 2001 From: David Runge Date: Sun, 26 Jul 2015 14:37:29 +0200 Subject: README.md: Updating information on which services are provided. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cac9956..77a5c95 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ Some of the functionalities implemented here can be found in desktop environment ## Features * modified/ added systemd system services for + * autossh * cpupower * rtorrent * update-mirrorlist @@ -15,6 +16,7 @@ Some of the functionalities implemented here can be found in desktop environment * modified/ added systemd user services for * compton * dbus + * irssi * jack * mpd * pulseaudio @@ -22,6 +24,7 @@ Some of the functionalities implemented here can be found in desktop environment * syndaemon * systemd-analyze * tmux + * weechat * special systemd user services * monitoring @@ -38,7 +41,7 @@ This is pretty useful when wanting to enable or disable certain services using * [tmux](https://tmux.github.io/) is used for a couple of services to start an environment in which other command line interface programs can run. To achieve this and not get in conflict with the standard [tmux](https://tmux.github.io/) environment, some modifications might be needed. In some services the following Environment will be set: - Environment=TMUX_TMPDIR=/run/user/%U/tmux + Environment=TMUX_TMPDIR=%t/tmux This will store the [tmux](https://tmux.github.io/) server socket in the users run directory. If after starting this service one wants to connect to that special [tmux](https://tmux.github.io/) session, it is necessary to either define the absolute path to the socket -- cgit v1.2.3-54-g00ecf