From 0d74c14fd19adcf87103b1fc8815c1901ea9f67a Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Wed, 19 Oct 2016 18:17:08 +0200 Subject: Do not start the daemon more than once Avoid starting multiple daemon instances if the --daemon argument is passed and the daemon is already running. Terminate the already running instance before spawning a new one instead. Suggested-by: Vlad Glagolev Signed-off-by: Lukas Fleischer --- doc/calcurse.1.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/calcurse.1.txt') diff --git a/doc/calcurse.1.txt b/doc/calcurse.1.txt index 6909808..2129350 100644 --- a/doc/calcurse.1.txt +++ b/doc/calcurse.1.txt @@ -97,7 +97,7 @@ today, tomorrow, and the day after tomorrow. The first form is equivalent to appointments can be specified using the *-c* flag. *--daemon*:: - Start calcurse in background mode. + Start calcurse in background mode. Restart if the daemon was already running. *--days* :: Specify the length of the range (in days) when used with *-Q*. Cannot be -- cgit v1.2.3-54-g00ecf