summaryrefslogtreecommitdiff
path: root/data
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:49:51 +0200
commit21340d1348bda97c599e67a8e3c7cd6b9d618830 (patch)
tree7e3d4514471274511326b4d01889f4752953fefe /data
parentf2a2dc19286c514af44d559e1838e068fe0274be (diff)
downloadvyos-build-21340d1348bda97c599e67a8e3c7cd6b9d618830.tar.gz
vyos-build-21340d1348bda97c599e67a8e3c7cd6b9d618830.zip
systemd: services: T3572: disable smartd
Diffstat (limited to 'data')
-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 cd726c42..9bb1a957 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