diff options
author | Christian Breunig <christian@breunig.cc> | 2024-05-14 19:27:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-14 19:27:46 +0200 |
commit | fabf5326b80519cee6a335a80d44d82a59550e3c (patch) | |
tree | b57c946251071939f6bd36d87f346466bf1a208d /data | |
parent | fdcb5c1eca1ad9f330257195f07f485f238d521b (diff) | |
parent | 845846108e9eeeaa90e7e1787b8fedc55bbb56be (diff) | |
download | vyos-build-fabf5326b80519cee6a335a80d44d82a59550e3c.tar.gz vyos-build-fabf5326b80519cee6a335a80d44d82a59550e3c.zip |
Merge pull request #582 from 0xThiebaut/suricata
suricata: T751: Disable suricata.service by default
Diffstat (limited to 'data')
-rwxr-xr-x | data/live-build-config/hooks/live/18-enable-disable_services.chroot | 1 |
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 5f04d203..0732e597 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 @@ -70,6 +70,7 @@ systemctl disable nvmf-autoconnect.service systemctl disable dpkg-db-backup.timer systemctl disable dpkg-db-backup.service systemctl disable zabbix-agent2.service +systemctl disable suricata.service echo I: Enabling services systemctl enable vyos-hostsd.service |