diff options
Diffstat (limited to 'README.md')
-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 |