X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=docs%2FREADME.config;h=c7a59659f40bfbf4a3203c6c06fe1d59c7f9e975;hb=9a1689ebec7e8fd9bcb16d14fa6a5adc8dfb731f;hp=760427e1f4510907740c9c6c7fd8253883c6bf92;hpb=26e707c6facc87ec5c4bb1861ce9a31c7e4959f2;p=dak.git diff --git a/docs/README.config b/docs/README.config index 760427e1..c7a59659 100644 --- a/docs/README.config +++ b/docs/README.config @@ -2,6 +2,15 @@ // Example annotated configuration file for dak /////////////////////////////////////////////////////////// +/////////////////////////////////////////////////////////// +// Common settings +/////////////////////////////////////////////////////////// +Common +{ + //// ThreadCount (optional): Maximum number of threads to use. Defaults to 1 + ThreadCount 1; +}; + /////////////////////////////////////////////////////////// // Essential. List of database details. /////////////////////////////////////////////////////////// @@ -32,15 +41,6 @@ DB Unicode "false"; }; -/////////////////////////////////////////////////////////// -// Common settings -/////////////////////////////////////////////////////////// -Common -{ - //// ThreadCount (optional): Maximum number of threads to use. Defaults to 1 - ThreadCount 1; -}; - /////////////////////////////////////////////////////////// // Dinstall general settings /////////////////////////////////////////////////////////// @@ -186,6 +186,9 @@ Dir //// Log (required): Directory to store dak logs in Log "/srv/dak/log/"; + //// Lock directory (required): Directory to store dak locks in + Lock "/srv/dak/lock/"; + //// Morgue (required): Removed files are moved there. The morgue has various //// sub-directories, including (optionally) those defined by //// Clean-Queues::MorgueSubDir and Clean-Suites::MorgueSubDir.