From 4f661877d1b2124017b6ec81c7f1880955151991 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Fri, 21 May 2021 17:37:04 +0300 Subject: [PATCH] stderr is a log in UCSPI mode --- service/uploader/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/uploader/run b/service/uploader/run index 0685e17..8096e7b 100755 --- a/service/uploader/run +++ b/service/uploader/run @@ -1,4 +1,4 @@ #!/bin/sh -e cd /path/to/incoming exec setuidgid uploader tcpserver -DRH -l 0 ::0 8086 /path/to/uploader -ucspi \ - -notify-from uploader@example.com -notify-to admin@example.com + -notify-from uploader@example.com -notify-to admin@example.com 2>&1 -- 2.44.0