You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
509 B
14 lines
509 B
# Start the keystore2 service.
|
|
# Keystore 2.0 changes its working directory to the first positional
|
|
# command line option, i.e., /data/misc/keystore, where it stores its
|
|
# database.
|
|
# Keystore shall run as user keystore and groups keystore, readproc, and log.
|
|
#
|
|
# See system/core/init/README.md for information on the init.rc language.
|
|
|
|
service keystore2 /system/bin/keystore2 /data/misc/keystore
|
|
class early_hal
|
|
user keystore
|
|
group keystore readproc log
|
|
writepid /dev/cpuset/foreground/tasks
|