diff options
author | James Meyer <james.meyer@operamail.com> | 2012-11-07 21:06:37 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-11-07 21:06:37 (GMT) |
commit | 9d99e4612f58669a4b26e10b8a32d27b28eef210 (patch) | |
tree | a0ed5b371727c7e4497aeb1926e17ac7c81caca9 /abs/core/runit-scripts/PKGBUILD | |
parent | ffedb07e5b2e772ff86d9101b128942bbfb5452a (diff) | |
download | linhes_pkgbuild-9d99e4612f58669a4b26e10b8a32d27b28eef210.zip linhes_pkgbuild-9d99e4612f58669a4b26e10b8a32d27b28eef210.tar.gz linhes_pkgbuild-9d99e4612f58669a4b26e10b8a32d27b28eef210.tar.bz2 |
runit-scripts: if /service/mysql is present make the frontend wait on it for 2 seconds. This ensures that the database will be ready by the time the FE starts. This only affects Master backends that run the FE
Diffstat (limited to 'abs/core/runit-scripts/PKGBUILD')
-rwxr-xr-x | abs/core/runit-scripts/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core/runit-scripts/PKGBUILD b/abs/core/runit-scripts/PKGBUILD index 4086460..68921e0 100755 --- a/abs/core/runit-scripts/PKGBUILD +++ b/abs/core/runit-scripts/PKGBUILD @@ -1,6 +1,6 @@ pkgname=runit-scripts pkgver=2.1.1 -pkgrel=86 +pkgrel=87 pkgdesc="collection of startup scripts for runit" url="http://smarden.org/runit/" license="BSD" |