diff options
author | David Runge <dave@sleepmap.de> | 2015-10-23 11:26:59 +0200 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2015-10-23 11:26:59 +0200 |
commit | 08a816d4db39410c542f1e7193eba80eb80168a9 (patch) | |
tree | a7044b8bd2021ef664913aa703c67f147ddeeb55 /README.md | |
parent | fc3a992ccac7f327d249da9a78e682e8eb8cab53 (diff) | |
download | uenv-08a816d4db39410c542f1e7193eba80eb80168a9.tar.gz uenv-08a816d4db39410c542f1e7193eba80eb80168a9.tar.bz2 uenv-08a816d4db39410c542f1e7193eba80eb80168a9.tar.xz uenv-08a816d4db39410c542f1e7193eba80eb80168a9.zip |
README.md: Removing unneeded dbus information. Systemd now does that.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 2 insertions, 7 deletions
@@ -11,15 +11,15 @@ Some of the functionalities implemented here can be found in desktop environment * cpupower * rtorrent * update-mirrorlist - * user@.service * modified/ added systemd user services for * compton - * dbus + * gpg-agent * irssi * jack * mpd * rtorrent + * ssh-agent * syndaemon * systemd-analyze * tmux @@ -75,11 +75,6 @@ You can start and enable it like any other systemd service: systemctl start cpupower-rt systemctl enable cpupower-rt -### dbus -Some systemd user services will need a dbus message bus, started by the user. Until [kdbus](https://en.wikipedia.org/wiki/Kdbus) is finished (and thus dbus will be automatically started by PAM), activate it like this: - - systemctl --global enable dbus.socket - ### irssi The systemd user service *irssi.service* starts the [IRC](https://en.wikipedia.org/wiki/Internet_Relay_Chat) client [irssi](http://irssi.org/) in a separate [tmux](https://tmux.github.io/) environment for the current user. To connect to it after starting the service, just do |