Remove mpd from systemd
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
53c6eb6ece
commit
6316a1e7f0
1 changed files with 1 additions and 3 deletions
|
@ -23,9 +23,7 @@ CONFIG_SYSTEMD_SERVICES=(
|
||||||
"upower"
|
"upower"
|
||||||
)
|
)
|
||||||
|
|
||||||
CONFIG_SYSTEMD_USER_SERVICES=(
|
CONFIG_SYSTEMD_USER_SERVICES=()
|
||||||
"mpd"
|
|
||||||
)
|
|
||||||
|
|
||||||
output::section "Copying systemd services"
|
output::section "Copying systemd services"
|
||||||
for service in "${SYSTEM_DIR}/etc/systemd/system/"*; do
|
for service in "${SYSTEM_DIR}/etc/systemd/system/"*; do
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue