From e2250d1cb4a3c27e972368b606c3db56d8002b4b Mon Sep 17 00:00:00 2001 From: anbr Date: Tue, 24 Jan 2017 21:25:23 +0100 Subject: Change exit code if xxvd regular stopped --- bin/xxvd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/xxvd b/bin/xxvd index e4fab43..8f58247 100755 --- a/bin/xxvd +++ b/bin/xxvd @@ -578,7 +578,7 @@ sub init_signal_handler { &quit(0); }; $SIG{TERM} = sub{ - &quit(1); + &quit(0); }; $SIG{HUP} = sub{ -- cgit v1.2.3