Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/mkinitcpio-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ plain_unit_concat() {
local unit_content=""
local service_path=""
local override_path=""
plain "using synthetic concat for $unit_name"
# add the top-most service
for service_path in {/usr/lib,/etc}/systemd/system ; do
if [[ -f "${service_path}/${unit_name}" ]] ; then
Expand Down