Browse Source

linknx: fix name of PID file

Signed-off-by: Othmar Truniger <github@truniger.ch>
Othmar Truniger 10 years ago
parent
commit
d83f4e5028
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      net/linknx/files/linknx.config

+ 1
- 1
net/linknx/files/linknx.config View File

@@ -4,5 +4,5 @@ config daemon args
4 4
         #
5 5
         # typical example
6 6
         option conf '/etc/linknx.xml'
7
-        option options '-w --daemon=/tmp/linknx/linknx.log --pid-file=/var/run/linknx.log'
7
+        option options '-w --daemon=/tmp/linknx/linknx.log --pid-file=/var/run/linknx.pid'
8 8