diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-08-27 09:27:51 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-08-27 09:27:58 +0200 |
commit | 6c8e2d0168252cfb102db199eae760b9e940dbf6 (patch) | |
tree | 4bdbddbe58c7eb31d302a409dd98e39b6466b559 /data | |
parent | e1e52165e041c84e89a07fb24095a530ba1bcd80 (diff) | |
download | vyos-build-6c8e2d0168252cfb102db199eae760b9e940dbf6.tar.gz vyos-build-6c8e2d0168252cfb102db199eae760b9e940dbf6.zip |
systemd: services: remove no longer available (pacemaker|corosync).service from disable list
We no longer have clustering at the moment.
Diffstat (limited to 'data')
-rwxr-xr-x | data/live-build-config/hooks/live/18-enable-disable_services.chroot | 2 |
1 files changed, 0 insertions, 2 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 13f82439..1ec7d917 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 @@ -24,8 +24,6 @@ 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 systemctl disable wpa_supplicant.service systemctl disable squid.service systemctl disable heartbeat.service |