Description
Stdout and stderr use the fixed prefix 'service' for the log file names.
This makes it impossible to use the same log directory for multiple services
It would be better to prefix stdout and stderr with either the ServiceName or the LogPrefix.
Also, perhaps LogPrefix should default to the ServiceName.