aboutsummaryrefslogtreecommitdiff
path: root/net/coova-chilli/files
diff options
context:
space:
mode:
authorSungbo Eo <mans0n@gorani.run>2020-01-02 22:20:27 +0900
committerSungbo Eo <mans0n@gorani.run>2020-01-03 20:49:22 +0900
commit2ce311209db3260f02022eb5562b1d7dbcb867a2 (patch)
treeab2a888b81c8761aeb9cd34e295fe2a2e8f64cd0 /net/coova-chilli/files
parent532088818af2eb2b1481420b93b649a10d14c724 (diff)
coova-chilli: remove redundant options from config file
"fg" and "pidfile" parameters are already used in the init script, so they are not controllable by config file anyway. Signed-off-by: Sungbo Eo <mans0n@gorani.run>
Diffstat (limited to 'net/coova-chilli/files')
-rw-r--r--net/coova-chilli/files/chilli.config7
1 files changed, 0 insertions, 7 deletions
diff --git a/net/coova-chilli/files/chilli.config b/net/coova-chilli/files/chilli.config
index 997560368..11286c7b1 100644
--- a/net/coova-chilli/files/chilli.config
+++ b/net/coova-chilli/files/chilli.config
@@ -12,9 +12,6 @@ config chilli
# name of network interface
option network ''
- # Include this flag if process is to run in the foreground
- #option fg
-
# Include this flag to include debug information.
#option debug 1
@@ -22,10 +19,6 @@ config chilli
# name lookups to be performed. Value is given in seconds.
#option interval 3600
- # File to store information about the process id of the program.
- # The program must have write access to this file/directory.
- #option pidfile /var/run/chilli.pid
-
# Directory to use for nonvolatile storage.
# The program must have write access to this directory.
# this option is currently ignored