diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2016-10-05 11:26:26 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2017-06-01 18:37:35 +0200 |
commit | 91f174be8507375e1278fbcea0ff981af8480b55 (patch) | |
tree | 3121a81efc4b5ab280a4ee3deb383dd9c12276ef /systemd/user | |
parent | 5bee4f14306426f4ac194732ca7bf98cad1e2056 (diff) | |
download | dotfiles-91f174be8507375e1278fbcea0ff981af8480b55.tar.xz |
sd/u/mpd.service: Add pulseaudio require
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'systemd/user')
-rw-r--r-- | systemd/user/mpd.service | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/systemd/user/mpd.service b/systemd/user/mpd.service index 48ab717..c876dc0 100644 --- a/systemd/user/mpd.service +++ b/systemd/user/mpd.service @@ -1,5 +1,6 @@ [Unit] Description=Music Player Daemon +Requires=pulseaudio.socket [Service] Environment=PULSE_PROP=application.icon_name=sound |