mirror of
https://gitee.com/openharmony/startup_init
synced 2024-12-12 13:16:06 +00:00
!492 fix: note of SERVICE_ATTR_NEEDWAIT
Merge pull request !492 from 熊磊/0407xytnote
This commit is contained in:
commit
33d82af1be
@ -50,7 +50,7 @@ extern "C" {
|
||||
#define SERVICE_ATTR_CONSOLE 0x080 // console
|
||||
#define SERVICE_ATTR_ONDEMAND 0x100 // ondemand, manage socket by init
|
||||
#define SERVICE_ATTR_TIMERSTART 0x200 // Mark a service will be started by timer
|
||||
#define SERVICE_ATTR_NEEDWAIT 0x400 // Mark a service will be started by timer
|
||||
#define SERVICE_ATTR_NEEDWAIT 0x400 // service should execute waitpid while stopping
|
||||
#define SERVICE_ATTR_SANDBOX 0x800 // make service will enter sandbox
|
||||
|
||||
#define MAX_SERVICE_NAME 32
|
||||
|
Loading…
Reference in New Issue
Block a user