1Day Planner Daemon(1) Day Planner Daemon(1)
2
3
4
6 Day Planner daemon - reminding daemon for Day Planner.
7
9 dayplanner-daemon [OPTIONS]
10
12 This is the Day Planner daemon. It is started by the main Day Planner
13 program and it is almost never neccesary to call it manually.
14
15 It calls dayplanner-notifier(1) to display the notifications to the
16 user.
17
19 -h, --help
20 Display the help screen.
21
22 -v, --version
23 Display version information.
24
25 -t, --test N
26 Start in test mode. See the --test documentation in dayplanner(1).
27
28 --dayplannerdir DIR
29 Use the directory DIR instead of the default Day Planner
30 configuration directory. See also --test and --confdir in
31 dayplanner(1).
32
33 -k, --kill
34 Shut down the currently running daemon.
35
36 -n, --nofork
37 Don't fork. Stay in the foreground.
38
39 -f, --force-fork
40 Force forking. Overrides --nofork.
41
42 -v, --verbose
43 Be verbose. Supply multiple times to increase verbosity. This goes
44 to the daemon log if --nofork was not supplied.
45
47 See http://www.day-planner.org/index.php/help <http://www.day-
48 planner.org/index.php/help>
49
51 Eskild Hustvedt <eskild at zerodogg dot org>
52
54 See the FILES section in dayplanner(1)
55
57 dayplanner(1) dayplanner-notifier(1)
58
60 Copyright (C) Eskild Hustvedt 2007-2012
61
62 This program is free software: you can redistribute it and/or modify it
63 under the terms of the GNU General Public License as published by the
64 Free Software Foundation, either version 3 of the License, or (at your
65 option) any later version.
66
67 This program is distributed in the hope that it will be useful, but
68 WITHOUT ANY WARRANTY; without even the implied warranty of
69 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
70 General Public License for more details.
71
72 You should have received a copy of the GNU General Public License along
73 with this program. If not, see <http://www.gnu.org/licenses/>.
74
75
76
77Day Planner 0.11 2012-03-28 Day Planner Daemon(1)