Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dwt committed Oct 29, 2014
1 parent 40a43b0 commit 08b0e95
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Zope2/Startup/zopectl.py 100644 → 100755
Expand Up @@ -26,7 +26,9 @@
-l/--logfile -- log file to be read by logtail command
-u/--user -- run the daemon manager program as this user (or numeric id)
-m/--umask -- provide octal umask for files created by the managed process
-T/--start-timeout SECONDS -- Start timeout when a test program is used
-s/--socket-name -- socket between zopectl and zdrun
action [arguments] -- see below
Actions are commands like "start", "stop" and "status". If -i is
Expand Down Expand Up @@ -147,6 +149,8 @@ def __init__(self):
self.add("interactive", None, "i", "interactive", flag=1)
self.add("default_to_interactive", "runner.default_to_interactive",
default=1)
self.add("start_timeout", "runner.start_timeout",
"T:", "start-timeout=", int, default=300)
self.add("logfile", None, "l:", "logfile=")
self.add("user", "runner.user", "u:", "user=")
self.add("prompt", "runner.prompt", default="zopectl>")
Expand Down

0 comments on commit 08b0e95

Please sign in to comment.