Go to main content

Developing System Services in Oracle® Solaris 11.4

Exit Print View

Updated: November 2020
 
 

Scheduled Services

A scheduled service is a type of periodic service, described in Creating a Service to Run Periodically. Each invocation of a periodic service instance start method occurs at a time relative to the last invocation. Each invocation of a scheduled service instance start method occurs at a specific absolute time. Use a scheduled service when the task must run at a certain time, such as during off-peak hours.