Browse Source

linknx: improve init script

Signed-off-by: Othmar Truniger <github@truniger.ch>
lilik-openwrt-22.03
Othmar Truniger 10 years ago
parent
commit
83ddfd0d16
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      net/linknx/files/linknx.init

+ 1
- 0
net/linknx/files/linknx.init View File

@ -14,6 +14,7 @@ start() {
config_get conf args conf '/etc/linknx.xml'
config_get options args options ''
test -f $conf || cp -p /etc/linknx.xml.dist $conf
mkdir -p /tmp/$NAME/persist
service_start $PROG --config=$conf $options
}


Loading…
Cancel
Save