diff options
Diffstat (limited to 'data/live-build-config/hooks/live/18-enable-disable_services.chroot')
-rwxr-xr-x | data/live-build-config/hooks/live/18-enable-disable_services.chroot | 2 |
1 files changed, 2 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 f116262c..f33042a5 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 @@ -61,6 +61,8 @@ systemctl disable haproxy.service systemctl disable miniupnpd.service systemctl disable owamp-server.service systemctl disable twamp-server.service +systemctl disable podman-auto-update.service +systemctl disable podman-restart.service echo I: Enabling services systemctl enable frr.service |