commit 271a60187f07e0faab448f2876fe901f8264cd82 parent 156e0cbc1bb99bad15e4be6b56af1b8441ebbaea Author: Chris Bracken <chris@bracken.jp> Date: Sat, 4 Jan 2020 00:08:48 -0800 Add pulseaudio user service config Enabled in systemd via `systemctl --user enable pulseaudio`. Diffstat:
A | .config/systemd/user/default.target.wants/pulseaudio.service | | | 2 | ++ |
A | .config/systemd/user/sockets.target.wants/pulseaudio.socket | | | 2 | ++ |
2 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/.config/systemd/user/default.target.wants/pulseaudio.service b/.config/systemd/user/default.target.wants/pulseaudio.service @@ -0,0 +1 @@ +/usr/lib/systemd/user/pulseaudio.service +\ No newline at end of file diff --git a/.config/systemd/user/sockets.target.wants/pulseaudio.socket b/.config/systemd/user/sockets.target.wants/pulseaudio.socket @@ -0,0 +1 @@ +/usr/lib/systemd/user/pulseaudio.socket +\ No newline at end of file