mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
universal7885: rootdir: Disable more useless services
Signed-off-by: SamarV-121 <samarvispute121@gmail.com> Change-Id: Ifc02e956d38d47d22ef084ca54d3e2dfc6cab021
This commit is contained in:
parent
a01c5a4854
commit
d4d93fdded
1 changed files with 25 additions and 1 deletions
|
|
@ -11,18 +11,42 @@ on init
|
|||
on fs
|
||||
swapon_all /system/etc/fstab.enableswap
|
||||
|
||||
service argos-daemon /system/bin/true
|
||||
oneshot
|
||||
disabled
|
||||
|
||||
service ExynosHWCServiceTW /system/bin/true
|
||||
oneshot
|
||||
disabled
|
||||
|
||||
service ExynosHWCConfigs /system/bin/true
|
||||
oneshot
|
||||
disabled
|
||||
|
||||
service argos-daemon /system/bin/true
|
||||
oneshot
|
||||
disabled
|
||||
|
||||
service sec-miscpower-2-0 /system/bin/true
|
||||
oneshot
|
||||
disabled
|
||||
|
||||
service snapserv /system/bin/true
|
||||
oneshot
|
||||
disabled
|
||||
|
||||
service snap_utility_32 /system/bin/true
|
||||
oneshot
|
||||
disabled
|
||||
|
||||
service snap_utility_64 /system/bin/true
|
||||
oneshot
|
||||
disabled
|
||||
|
||||
service vaultkeeper /system/bin/true
|
||||
oneshot
|
||||
disabled
|
||||
|
||||
service vaultkeeper_hal /system/bin/true
|
||||
oneshot
|
||||
disabled
|
||||
|
||||
service charger /system/bin/charger
|
||||
class charger
|
||||
user system
|
||||
|
|
|
|||
Loading…
Reference in a new issue