diff options
author | Lukas Fleischer <lfleischer@calcurse.org> | 2016-10-19 18:17:08 +0200 |
---|---|---|
committer | Lukas Fleischer <lfleischer@calcurse.org> | 2016-10-19 18:19:02 +0200 |
commit | 0d74c14fd19adcf87103b1fc8815c1901ea9f67a (patch) | |
tree | 84f90423a57679f6e5aa796f48f0d703a91b2508 /doc/calcurse.1.txt | |
parent | 095576b945abee99ad4bcbd9f2e35f3137c22304 (diff) | |
download | calcurse-0d74c14fd19adcf87103b1fc8815c1901ea9f67a.zip |
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 <scm@vaygr.net>
Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
Diffstat (limited to 'doc/calcurse.1.txt')
-rw-r--r-- | doc/calcurse.1.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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* <num>:: Specify the length of the range (in days) when used with *-Q*. Cannot be |