slight change in the initscript
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Tue, 21 Jul 2015 12:27:25 +0000 (14:27 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Tue, 21 Jul 2015 12:27:25 +0000 (14:27 +0200)
commitd8bf6585fa089e80eca36e67cd992c14180ab88b
tree8f64db6930bd25d6648e025f2e14017f8c79866e
parent468d984409e02e84d15eb35d3eb464f6a3059dd8
slight change in the initscript
this is all very odd;
out of the blue the SFA service within its f20 VM (inside bigjohn that is a f21 LXC host) was not starting properly any longer..
the test to decide whether to start postgresql had to be rewritten, reading now
check || { start-db ; ... }
rather than
if [ ! check ] ; then start-db ... ; fi
init.d/sfa