summaryrefslogtreecommitdiff
path: root/data/live-build-config/hooks/live/18-enable-disable_services.chroot
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-08-04 08:41:14 +0200
committerChristian Poessinger <christian@poessinger.com>2020-08-04 08:41:14 +0200
commit9e92985ad38423a722763fe856242e186a3a5cd6 (patch)
treeb2c833230b75be09af52ebf22b202fff77a45e6a /data/live-build-config/hooks/live/18-enable-disable_services.chroot
parent86416cb02ab62633d360ec4661730058ca77997e (diff)
downloadvyos-build-9e92985ad38423a722763fe856242e186a3a5cd6.tar.gz
vyos-build-9e92985ad38423a722763fe856242e186a3a5cd6.zip
systemd: services: disable certbot by default
Diffstat (limited to 'data/live-build-config/hooks/live/18-enable-disable_services.chroot')
-rwxr-xr-xdata/live-build-config/hooks/live/18-enable-disable_services.chroot2
1 files changed, 2 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 205f078f..555cfa5a 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
@@ -20,6 +20,8 @@ systemctl disable tftpd-hpa.service
systemctl disable strongswan.service
systemctl disable frr.service
systemctl disable salt-minion.service
+systemctl disable certbot.service
+systemctl disable certbot.timer
systemctl disable nginx.service
systemctl disable pacemaker.service
systemctl disable corosync.service