diff options
author | David Runge <dave@sleepmap.de> | 2015-07-26 14:37:29 +0200 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2015-07-26 14:37:29 +0200 |
commit | f8a91061ee164f70fa3ae41403cf2c4f9382296a (patch) | |
tree | 32a24f0f3b5f8479a8f5ad03370f45367b449b07 | |
parent | 9a7c5f9bade8c5a7c0de953d4f7a9a3378ffe4a6 (diff) | |
download | uenv-f8a91061ee164f70fa3ae41403cf2c4f9382296a.tar.gz uenv-f8a91061ee164f70fa3ae41403cf2c4f9382296a.tar.bz2 uenv-f8a91061ee164f70fa3ae41403cf2c4f9382296a.tar.xz uenv-f8a91061ee164f70fa3ae41403cf2c4f9382296a.zip |
README.md: Updating information on which services are provided.
-rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |