简体   繁体   中英

init.rc: invalid service name

Trying to start a service via init.rc on Android.

service name_of_my_service /path/to/my/service
    user root

Getting the following error:

init: Invalid service name name_of_my_service

Your service name is too long (or contains invalid characters).

Service names can be at most 16 characters long, and can contain alphanumeric characters, "_", and "-".

https://android.googlesource.com/platform/system/core/+/android-4.2.2_r1.2/init/init_parser.c#411

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM