Skip to content

Commit 3fef33c

Browse files
authored
[Feature] Remove pull=always from systemd pulse service #161 (#163)
1 parent 9d5d641 commit 3fef33c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,7 @@ Just be careful to use the tag you have built.
284284

285285
Date|Major Changes
286286
:---|:---
287+
2022-12-30|Remove `pull=always` from suggested systemd service
287288
2022-12-30|Initial support for equalization (add package `libasound2-plugin-equal`)
288289
2022-12-27|Support for additional `alsa` outputs
289290
2022-12-24|`MAX_ADDITIONAL_OUTPUTS_BY_TYPE` now defaults to `20`

pulse/mpd-pulse.service

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ ExecStart=/usr/bin/docker run -i \
2222
-p 6600:6600 \
2323
--name mpd-pulse \
2424
--label com.centurylinklabs.watchtower.enable=false \
25-
--pull=always \
2625
giof71/mpd-alsa:latest
2726

2827
ExecStop=-/usr/bin/docker stop mpd-pulse

0 commit comments

Comments
 (0)