blob: 139c94b2154323476beeff5fa01f9c7de7100e50 [file] [log] [blame]
Janis Danisevskis1af91262020-08-10 14:58:08 -07001# Start the keystore2 service.
2# Keystore 2.0 changes its working directory to the first positional
3# command line option, i.e., /data/misc/keystore, where it stores its
4# database.
5# Keystore shall run as user keystore and groups keystore, readproc, and log.
6#
7# See system/core/init/README.md for information on the init.rc language.
8service keystore2 /system/bin/keystore2 /data/misc/keystore
9 class main
10 user keystore
11 group keystore readproc log
12 writepid /dev/cpuset/foreground/tasks