Sebastian Nadorp

Results 1 issues of Sebastian Nadorp

The current init.d script (tested on Ubuntu 16.04) uses `start-stop-daemon` (https://github.com/awslabs/amazon-kinesis-agent/blob/master/bin/aws-kinesis-agent.Ubuntu#L46) to start the deamon process. Before calling `start-stop-daemon` it sources `/etc/default/aws-kinesis-agent` to bring enviroenment variables into scope. The problem...