Skip to content
Merged
Show file tree
Hide file tree
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
3 changes: 3 additions & 0 deletions debian/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ configure)
systemctl disable motd-news.service
systemctl disable motd-news.timer

# Disable multipathd service by default. It will be enabled if the iSCSI initiator feature is used
systemctl disable multipathd.service

#
# Various tools generate mail on the system, e.g. cron, and we don't
# want those to be sent externally via SMTP (or equivalent). Thus,
Expand Down
1 change: 1 addition & 0 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ DEPENDS += ansible, \
lsb-release, \
makedumpfile, \
mount, \
multipath-tools, \
net-tools, \
netbase, \
netplan.io, \
Expand Down
Loading