diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-02-29 13:57:40 -0800 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2020-03-03 11:38:46 -0800 |
commit | 647bacd46bda15d50e2d3f30dc70cbebb69029cb (patch) | |
tree | 457bd54f99ce26c3ffa234c17cf21d90ebc313e1 /net/linknx/files/linknx.config | |
parent | 1ebecd31ab3d5438fa6b23186d2021026affaa26 (diff) |
linknx: convert to procd
Removed options UCI parameter. It's not terribly useful. Most of the
parameters can be replaced with procd functionality. procd also demands
processes to run in the foreground.
Removed -fno-builtin. It seems to be a legacy option.
Ran init script through shellcheck.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'net/linknx/files/linknx.config')
-rw-r--r-- | net/linknx/files/linknx.config | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/net/linknx/files/linknx.config b/net/linknx/files/linknx.config index d2f05628f..f3b60f39d 100644 --- a/net/linknx/files/linknx.config +++ b/net/linknx/files/linknx.config @@ -1,8 +1,3 @@ -config daemon args - # daemon is started as 'linknx --config=$conf $options' - # use 'linknx --help' to get all possible options' - # - # typical example +config args option conf '/etc/linknx.xml' - option options '-w --daemon=/tmp/linknx/linknx.log --pid-file=/var/run/linknx.pid' |