git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
bae1b2b
)
linknx: improve init script
author
Othmar Truniger
<redacted>
Sat, 17 Jan 2015 18:11:41 +0000
(19:11 +0100)
committer
Othmar Truniger
<redacted>
Sat, 17 Jan 2015 18:11:41 +0000
(19:11 +0100)
Signed-off-by: Othmar Truniger <redacted>
net/linknx/files/linknx.init
patch
|
blob
|
history
diff --git
a/net/linknx/files/linknx.init
b/net/linknx/files/linknx.init
index 574bf41976e5aaeccadfae48563ca900eb6880e7..d38f194db7d86e43139d6969c58153911f3c4984 100644
(file)
--- a/
net/linknx/files/linknx.init
+++ b/
net/linknx/files/linknx.init
@@
-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
}
git clone https://git.99rst.org/PROJECT