starter: Ensure the daemon executable exists when starting up

The only purpose of starter is to control the IKE daemon, so we
terminate it if the daemon executable is not found (e.g. because
DAEMON_NAME is incorrect).

This removes the charonstart setting (it was not actually configurable
anymore).
This commit is contained in:
Tobias Brunner
2015-05-08 19:05:26 +02:00
parent 5923abc6bf
commit 95faeaa7ed
3 changed files with 8 additions and 18 deletions
-1
View File
@@ -193,7 +193,6 @@ typedef struct starter_config starter_config_t;
struct starter_config {
struct {
bool charonstart;
char *charondebug;
bool uniqueids;
bool cachecrls;