Searched refs:onrestart_ (Results 1 – 2 of 2) sorted by relevance
237 onrestart_(false, subcontext_for_restart_commands, "<Service '" + name + "' onrestart>", 0,403 onrestart_.ExecuteAllCommands(); in Reap()598 int line = onrestart_.NumCommands() + 1; in ParseOnrestart()599 if (auto result = onrestart_.AddCommand(std::move(args), line); !result) { in ParseOnrestart()
208 Action onrestart_; // Commands to execute on restart. variable