diff options
author | Christian Breunig <christian@breunig.cc> | 2025-02-04 18:24:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-04 18:24:45 +0100 |
commit | 3d24c1077e1a6e368bd380b7a4952d4e4bc4c2e3 (patch) | |
tree | 0eab85941f163ef04f89bf8ecd5cc70f964af52e /data | |
parent | c1a7b705862a02f9172f4ba07f172645cf4575de (diff) | |
parent | a0ef45b19dec3bc21b072c64e5a98df6c180ce74 (diff) | |
download | vyos-build-3d24c1077e1a6e368bd380b7a4952d4e4bc4c2e3.tar.gz vyos-build-3d24c1077e1a6e368bd380b7a4952d4e4bc4c2e3.zip |
Merge pull request #898 from c-po/syslog-T6989
T6989: disable rsyslog service
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 1aa0326a..463abf09 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 @@ -1,6 +1,7 @@ #!/bin/sh echo I: Disabling services +systemctl disable rsyslog.service systemctl disable arpwatch.service systemctl disable smartd.service systemctl disable kea-ctrl-agent.service |