All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.hsqldb.sample.StartupParameters.plist Maven / Gradle / Ivy

The newest version!
/*
     $Id$
     Startup Item parameter file that works on at least one Mac OS X system.

     I don't know which of the "Uses" services are available on all Mac's.
     I just know that my system has them, and this list causes HSQLDB
     to start late enough without resorting to "Latest" (which could cause
     problems for people who also start up apps that use HSQLDB).
*/
{
  Description   = "HSQLDB Database Server";
  Provides      = ("Hsqldb");
  Requires      = ("Resolver");
  Uses          = ("Disks", "Network", "Core Services", "TIM", "NetInfo", "Resolver");
  Messages =
  {
    start = "Starting Hsqldb";
    stop  = "Stopping Hsqldb";
    restart  = "Restarting Hsqldb";
  };
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy