aboutsummaryrefslogtreecommitdiff
path: root/src/cmdline.opt
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmdline.opt')
-rw-r--r--src/cmdline.opt9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/cmdline.opt b/src/cmdline.opt
index 88c7c32..bcb92d8 100644
--- a/src/cmdline.opt
+++ b/src/cmdline.opt
@@ -75,8 +75,13 @@ END
OPTION(cron,,,
[<force cron mode>])
BEGIN
- cron_option = 1;
- wy_log_to_stderr = 0;
+ wy_mode_option = WY_MODE_CRON;
+END
+
+OPTION(daemon,,,
+ [<force daemon mode>])
+BEGIN
+ wy_mode_option = WY_MODE_DAEMON;
END
OPTION(force,,,

Return to:

Send suggestions and report system problems to the System administrator.