org.hsqldb.sample.StartupParameters.plist Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hsqldb Show documentation
Show all versions of hsqldb Show documentation
Lightweight 100% Java SQL Database Engine
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";
};
}