diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-01-29 19:43:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-29 19:43:08 +0100 |
commit | 638f92941ba4f1bcb02e50a14cdcc81ea9a6a25e (patch) | |
tree | 70d6d1ce0ed83369df7c1820ae3333e13a3ee115 /data/live-build-config | |
parent | 9fa5ff86866a0d81f77680fcd52d66a9b0c8830c (diff) | |
download | vyos-build-638f92941ba4f1bcb02e50a14cdcc81ea9a6a25e.tar.gz vyos-build-638f92941ba4f1bcb02e50a14cdcc81ea9a6a25e.zip |
upnpd: T3420: disable service by default
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, 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 fc1b096e..6fdf3565 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 @@ -54,6 +54,7 @@ systemctl disable atop-rotate.timer systemctl disable ModemManager.service systemctl disable dnsdist.service systemctl disable haproxy.service +systemctl disable miniupnpd.service echo I: Enabling services systemctl enable ssh-session-cleanup.service |