diff options
Diffstat (limited to 'debianutils/Config.in')
-rw-r--r-- | debianutils/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/debianutils/Config.in b/debianutils/Config.in index 6262724..3dd2ef6 100644 --- a/debianutils/Config.in +++ b/debianutils/Config.in @@ -61,6 +61,15 @@ config CONFIG_START_STOP_DAEMON termination of system-level processes, usually the ones started during the startup of the system. +config CONFIG_FEATURE_START_STOP_DAEMON_FANCY + bool "Support additional arguments" + default y + depends on CONFIG_START_STOP_DAEMON + help + Support additional arguments. + -o|--oknodo ignored since we exit with 0 anyway + -v|--verbose + config CONFIG_FEATURE_START_STOP_DAEMON_LONG_OPTIONS bool "Enable long options" default n |