From 6840164c54895eee776f95ceaeae0fccab0880aa Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 22 Apr 2021 05:44:16 -0400 Subject: lei: XDG_RUNTIME_DIR=/dev/null disables daemon mode We'll support this mode of operation for now to quiet down testing of oneshot mode where the daemon doesn't persist. --- script/lei | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'script') diff --git a/script/lei b/script/lei index 56e9d299..db302422 100755 --- a/script/lei +++ b/script/lei @@ -62,6 +62,7 @@ my $exec_cmd = sub { if ($send_cmd && eval { my $path = do { my $runtime_dir = ($ENV{XDG_RUNTIME_DIR} // '') . '/lei'; + die \0 if $runtime_dir eq '/dev/null/lei'; # oneshot forced if ($runtime_dir eq '/lei') { require File::Spec; $runtime_dir = File::Spec->tmpdir."/lei-$<"; @@ -131,7 +132,7 @@ Falling back to (slow) one-shot mode } exit($x_it_code >> 8); } else { # for systems lacking Socket::MsgHdr or Inline::C - warn $@ if $@; + warn $@ if $@ && !ref($@); require PublicInbox::LEI; PublicInbox::LEI::oneshot(__PACKAGE__); } -- cgit v1.2.3-24-ge0c7