summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-05-23 10:49:51 +0200
committerChristian Poessinger <christian@poessinger.com>2021-05-23 10:52:43 +0200
commitd55f2bde8098aeb6c79c4dcddf7634cf0bb48cad (patch)
treefa4a63ec6294011198354140c478746dd2549f63
parent28e7f34a70d7dde483e238ed1c08d9e0392a8516 (diff)
downloadvyos-build-d55f2bde8098aeb6c79c4dcddf7634cf0bb48cad.tar.gz
vyos-build-d55f2bde8098aeb6c79c4dcddf7634cf0bb48cad.zip
systemd: services: T3572: disable smartd
(cherry picked from commit 21340d1348bda97c599e67a8e3c7cd6b9d618830)
-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 f640ca5e..e7aa9f27 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
@@ -3,6 +3,7 @@
echo I: Disabling services
systemctl disable exim4.service
systemctl disable sendmail.service
+systemctl disable smartd.service
systemctl disable isc-dhcp-server.service
systemctl disable isc-dhcp-relay.service
systemctl disable nfacctd.service