Searched refs:SVC_EXEC (Results 1 – 2 of 2) sorted by relevance
589 flags_ |= SVC_EXEC | SVC_ONESHOT; in ExecStart()752 if ((flags_ & SVC_EXEC) != 0) { in Start()938 unsigned flags = SVC_EXEC | SVC_ONESHOT | SVC_TEMPORARY; in MakeExecOneshotService()1061 if (svc->flags() & SVC_EXEC) { in ReapOneProcess()1085 if (svc->flags() & SVC_EXEC) { in ReapOneProcess()
47 #define SVC_EXEC 0x400 // This service was started by either 'exec' or 'exec_start' and stops macro