Simplify configuration #66

Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
Michael Mayer
2020-05-31 02:09:52 +02:00
parent 825c8b31a7
commit d0199598d0
132 changed files with 588 additions and 564 deletions

View File

@@ -18,7 +18,7 @@ import (
var log = event.Log
// chilAlreadyRunning test if a .pid file at filePath is a running proccess.
// childAlreadyRunning tests if a .pid file at filePath is a running proccess.
// it returns the pid value and the running status (true or false).
func childAlreadyRunning(filePath string) (pid int, running bool) {
if !fs.FileExists(filePath) {