commit 3363f442cf21ba1c1a6aba7f4cd571dfec8544ba
parent ccc995b435d4c6f903215427cdc5ea0bb6afff9e
Author: Leah Thein <leah@toaster.fritz.box>
Date: Sat, 5 Dec 2020 13:07:19 +0100
parent ccc995b435d4c6f903215427cdc5ea0bb6afff9e
Author: Leah Thein <leah@toaster.fritz.box>
Date: Sat, 5 Dec 2020 13:07:19 +0100
mor verbose
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/oeffi_nojs.nim b/src/oeffi_nojs.nim @@ -46,6 +46,7 @@ proc main = # for gcsafe if getEnv("PID_FILE") != "": try: writeFile(getEnv("PID_FILE"), $getpid() & "\n") + echo "pid-file \"" & getEnv("PID_FILE") & "\" crated" except: echo "Can't write pid file!" quit(1)