aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2015-07-26 14:42:13 +0200
committerDavid Runge <dave@sleepmap.de>2015-07-26 14:42:13 +0200
commit82b0907cab80af8e0e4ed37a0e10144f74a31890 (patch)
tree82b5cf5f1be06f6725cf1f9e7ab74f6d05f1cb87
parentf8a91061ee164f70fa3ae41403cf2c4f9382296a (diff)
downloaduenv-82b0907cab80af8e0e4ed37a0e10144f74a31890.tar.gz
uenv-82b0907cab80af8e0e4ed37a0e10144f74a31890.tar.bz2
uenv-82b0907cab80af8e0e4ed37a0e10144f74a31890.tar.xz
uenv-82b0907cab80af8e0e4ed37a0e10144f74a31890.zip
README.md, user/pulse.service: Remove special systemd user service for pulseaudio (unneeded by now).0.1
-rw-r--r--README.md11
-rw-r--r--user/pulse.service13
2 files changed, 0 insertions, 24 deletions
diff --git a/README.md b/README.md
index 77a5c95..d56436a 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,6 @@ Some of the functionalities implemented here can be found in desktop environment
* irssi
* jack
* mpd
- * pulseaudio
* rtorrent
* syndaemon
* systemd-analyze
@@ -129,16 +128,6 @@ With the systemd user service and timer *postpone-screensaver.{service,timer}* o
systemctl --user start postpone-screensaver.timer
systemctl --user enable postpone-screensaver.timer
-### Pulseaudio
-The pulseaudio user service comes with a socket. In some cases or environments it can be quite useful to be able to start and stop pulseaudio as you please. To be able to to that, there's *pulse.service*. It can be started and enabled like any other service:
-
- systemctl --user start pulse
- systemctl --user enable pulse
-
-Make sure to also disable autospawn in your *~/.config/pulse/client.conf*, like so:
-
- autospawn = no
-
### rtorrent
rtorrent doesn't really come with any systemd service. Here it is started within a separate [tmux](https://tmux.github.io/) environment. It will automatically create *~/Downloads/rtorrent/{tmp,session}*, if non-existent, set its working directory to *~/Downloads*.
The systemd user service is started/ enabled like this:
diff --git a/user/pulse.service b/user/pulse.service
deleted file mode 100644
index 7903df0..0000000
--- a/user/pulse.service
+++ /dev/null
@@ -1,13 +0,0 @@
-[Unit]
-Description=PulseAudio Sound System
-After=sound.target
-
-[Service]
-Type=forking
-ExecStart=/usr/bin/pulseaudio --start
-ExecStop=/usr/bin/pulseaudio -k
-Restart=on-failure
-
-[Install]
-WantedBy=default.target
-