knxd: Fix config file location and init script.
[feed/packages.git] / net / knxd / files / knxd.init
index d3f8475554b914d1dd8837c6aef9a3c35552fa29..0af797269eec43e7092e7313793a055f9c6eebf2 100644 (file)
@@ -54,7 +54,7 @@ start_service() {
        append_parm args listen_local "listen-local" "/var/run/knxd"
        config_get url args url
        procd_open_instance
-       procd_set_param command $PROG $params $url
+       procd_set_param command $PROG "/etc/knxd.ini"
        procd_set_param respawn
        procd_close_instance
 }