diff options
author | David Runge <dave@sleepmap.de> | 2016-06-03 23:52:37 +0200 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2016-06-03 23:52:37 +0200 |
commit | 1a3f06a9e4ea1c494960a6af7826b6c5c4826d02 (patch) | |
tree | 15419562f81e8bfa8bd14b2f483152eb8c00ab88 /README.rst | |
parent | f3ef116c1ded619adaa41d5bf94e414bbabd4a9b (diff) | |
download | uenv-1a3f06a9e4ea1c494960a6af7826b6c5c4826d02.tar.gz uenv-1a3f06a9e4ea1c494960a6af7826b6c5c4826d02.tar.bz2 uenv-1a3f06a9e4ea1c494960a6af7826b6c5c4826d02.tar.xz uenv-1a3f06a9e4ea1c494960a6af7826b6c5c4826d02.zip |
README.rst: Updating information concerning mpd@.service in favor of mpd-new.service
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 11 |
1 files changed, 1 insertions, 10 deletions
@@ -129,7 +129,7 @@ _________________ mpd@ --user ___________ -| The specialized systemd user service *mpd@.service* starts |mpd| with a separate configuration located in *~/.config/mpd/mpd-<name-of-server>.conf*. It will also use |pax11publish| to connect pulseaudio to that server! +| The specialized systemd user service *mpd@.service* starts |mpd| with a separate configuration located in *~/.config/mpd/mpd-<name-of-server>.conf*. It will also use |pax11publish| to connect pulseaudio to that server, if the configuration is not called localhost* or like your hostname*! | Start and enable it like any other systemd user service: .. code:: bash @@ -137,15 +137,6 @@ ___________ systemctl --user start mpd@myserver systemctl --user enable mpd@myserver -mpd-new --user -______________ -| The systemd user service *mpd-new.service* is a drop-in replacement for *mpd.service*. It properly starts |mpd| with a real-time budget and prepares to move the service socket to the user's run directory. - - .. code:: bash - - systemctl --user start mpd-new - systemctl --user enable mpd-new - postpone-screensaver --user ___________________________ | With the systemd user service and timer *postpone-screensaver.{service,timer}* one can - as the name implies - postpone one's screensaver from blanking the screen. The script checks for programs set in *~/.config/postpone-screensaver* and can be started and activated like any other timer/service: |