]> WPIA git - gigi.git/commit
Support reading configuration from file
authorLucas Werkmeister <mail@lucaswerkmeister.de>
Mon, 29 Aug 2016 14:00:47 +0000 (16:00 +0200)
committerLucas Werkmeister <mail@lucaswerkmeister.de>
Mon, 29 Aug 2016 14:14:32 +0000 (16:14 +0200)
commit49b85ef92acaa7b62acdfd89aac04680f7c25154
treecf0b5575468bb9cadfaa5d99e9879f9860daa5f7
parent08e0b5673b6994fc692a578f1ff99ebb67ae2410
Support reading configuration from file

This is necessary to support socket activation (Java only supports a
single "inherited channel", which must be file descriptor 0), and also
makes it simpler to run gigi when the configuration is just a regular
file.

It also simplifies the DevelLauncher a bit.

Change-Id: I8bf03317ea549bd17f5b61e50808f48314a06803
src/org/cacert/gigi/Launcher.java
util-testing/org/cacert/gigi/DevelLauncher.java