summaryrefslogtreecommitdiff
path: root/data/live-build-config
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-03-27 15:14:28 +0100
committerChristian Poessinger <christian@poessinger.com>2021-03-27 15:14:57 +0100
commit56ecc5b821b2f07fc692f2c04dcb6cd6d6eec263 (patch)
treec672a5ee17eac5b9547e4a9eb3bcda38a0976d37 /data/live-build-config
parented19a11152dce4c15422581199308cbce95d954c (diff)
downloadvyos-build-56ecc5b821b2f07fc692f2c04dcb6cd6d6eec263.tar.gz
vyos-build-56ecc5b821b2f07fc692f2c04dcb6cd6d6eec263.zip
systemd: services: disable sendmail
(cherry picked from commit 700f566000245a078147a59ada9889d598cad42c)
Diffstat (limited to 'data/live-build-config')
-rwxr-xr-xdata/live-build-config/hooks/live/18-enable-disable_services.chroot1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/live-build-config/hooks/live/18-enable-disable_services.chroot b/data/live-build-config/hooks/live/18-enable-disable_services.chroot
index 89e80b00..f640ca5e 100755
--- a/data/live-build-config/hooks/live/18-enable-disable_services.chroot
+++ b/data/live-build-config/hooks/live/18-enable-disable_services.chroot
@@ -2,6 +2,7 @@
echo I: Disabling services
systemctl disable exim4.service
+systemctl disable sendmail.service
systemctl disable isc-dhcp-server.service
systemctl disable isc-dhcp-relay.service
systemctl disable nfacctd.service