diff options
-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: |