OpenSearch/distribution/deb
Alexander Reelsen 5413efc570 Packaging Deb: configure start-stop-daemon to not go into background (#21343)
On ubuntu 14.04, which uses upstart, where as our debian package uses
sysvinit, there is no stdout/stderr message printed when starting up,
because the start-stop-daemon swallows it.

As Elasticsearch is started to daemonize, we can remove the background
flag from the start-stop-daemon and thus see, if the system does not have
enough memory for starting up - something that happens often on VMs, since
Elasticsearch 5.0 uses 2gb by default instead of one.

Relates #21300
Relates #12716
2016-11-07 13:59:11 +01:00
..
src Packaging Deb: configure start-stop-daemon to not go into background (#21343) 2016-11-07 13:59:11 +01:00
build.gradle Build: Use dash for deb package version and underscore for rpm 2016-05-24 12:11:13 -07:00