aboutsummaryrefslogtreecommitdiff
path: root/configs/init/init.cccifsd.rc
blob: 433399581c80e8af05f89145788a819a152232f1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#

on early-init

on post-fs-data

#SeLinux
    restorecon_recursive /vendor/protect_f
    restorecon_recursive /vendor/protect_s

#
#  Modem related services
#

service ccci_fsd /vendor/bin/ccci_fsd 0
    user radio
    group radio system
    class core
    oneshot

service ccci3_fsd /vendor/bin/ccci_fsd 2
    user radio
    group  radio system
    class core
    oneshot