Remove mpd from systemd

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2020-11-09 16:16:40 +01:00
parent 53c6eb6ece
commit 6316a1e7f0
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4

View file

@ -23,9 +23,7 @@ CONFIG_SYSTEMD_SERVICES=(
"upower"
)
CONFIG_SYSTEMD_USER_SERVICES=(
"mpd"
)
CONFIG_SYSTEMD_USER_SERVICES=()
output::section "Copying systemd services"
for service in "${SYSTEM_DIR}/etc/systemd/system/"*; do