All of lore.kernel.org
 help / color / mirror / Atom feed
* Disabling unused service to reduce boot time  (Krikstone version)
@ 2024-11-27  6:25 sateesh m
  2024-11-27  7:01 ` [yocto] " Gyorgy Sarvari
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: sateesh m @ 2024-11-27  6:25 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 1115 bytes --]

Hi Team,

I want to improve my boot time so for that I want to disable few services which is running during boot up. I want to disable below mentioned services.

avahi,iptables6,iptable, zeroconf,polkit,drm,

services

6.242s  user@0.service
2.01s ldconfig.service
2.359s iptables.service
2.293s ip6tables.service
1.434s systemd-userdbd.service
1.463s avahi-daemon.service
1.231s modprobe@drm.service
1.170s sys-kernel-debug.mount
1.163s sys-kernel-tracing.mount
1.161s modprobe@configfs.service
1.160s tmp.mount
1.157s kmod-static-nodes.servic

I have followed below steps but not working this

SYSTEMD_AUTO_ENABLE_avahi = "disable"
SYSTEMD_SERVICE:avahi = "avahi-daemon.service"
IMAGE_INSTALL:remove = "avahi"
SYSTEMD_AUTO_ENABLE_tx-powermon = "disable"
SYSTEMD_SERVICE:tx-powermon = "tx-powermon.service"
SYSTEMD_AUTO_ENABLE_polkit = "disable"
PACKAGECONFIG:remove = "polkit"
SYSTEMD_AUTO_ENABLE_ip6tables = "disable"
PACKAGECONFIG:remove = "ip6tables"
SYSTEMD_SERVICE:ip6tables = "ip6tables.service"
IMAGE_INSTALL:remove = "ip6tables drm"
DISTRO_FEATURES:remove = "zeroconf"

[-- Attachment #2: Type: text/html, Size: 1549 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2024-11-28 13:38 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-27  6:25 Disabling unused service to reduce boot time (Krikstone version) sateesh m
2024-11-27  7:01 ` [yocto] " Gyorgy Sarvari
2024-11-27  7:25 ` Markus Volk
2024-11-27  8:48   ` sateesh m
2024-11-27  9:39     ` sateesh m
2024-11-27 10:39       ` Gyorgy Sarvari
2024-11-27 12:30 ` Alex Kiernan
2024-11-28 13:38 ` Mike Looijmans

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.