diff options
author | Christian Breunig <christian@breunig.cc> | 2023-06-08 21:13:14 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-06-08 21:13:14 +0200 |
commit | f8e96c8c0dc8b5da72cece91f67fe87c00845699 (patch) | |
tree | b4c051957e3cb8f51654ab368f4e36e9aa41ad92 /data/live-build-config | |
parent | 5aa46de5173b7d136d79e0fefcafdc5a425dead1 (diff) | |
download | vyos-build-f8e96c8c0dc8b5da72cece91f67fe87c00845699.tar.gz vyos-build-f8e96c8c0dc8b5da72cece91f67fe87c00845699.zip |
T5239: disable FRR service - will by started in order by VyOS startup
Diffstat (limited to 'data/live-build-config')
-rwxr-xr-x | data/live-build-config/hooks/live/18-enable-disable_services.chroot | 1 |
1 files changed, 0 insertions, 1 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 b0824f4d..430e57ec 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 @@ -69,7 +69,6 @@ systemctl disable nvmf-autoconnect.service systemctl disable sendmail.service echo I: Enabling services -systemctl enable frr.service systemctl enable ssh-session-cleanup.service systemctl enable vyos-hostsd.service systemctl enable acpid.service |