Skip to content
This repository was archived by the owner on Jan 1, 2024. It is now read-only.

Commit 083d5d2

Browse files
authored
Merge pull request #20 from linuxserver/stable_log
Remove logging to syslog in the run command to prevent double logging
2 parents b773169 + ba9e771 commit 083d5d2

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,7 @@ RUN \
6161
echo "**** build telldus-core ****" && \
6262
mkdir -p \
6363
/tmp/telldus-core && \
64-
curl -o /tmp/telldus-core.tar.gz -L \
65-
http://download.telldus.se/TellStick/Software/telldus-core/telldus-core-2.1.2.tar.gz && \
66-
tar xf /tmp/telldus-core.tar.gz -C \
64+
tar xf /tmp/patches/telldus-core-2.1.2.tar.gz -C \
6765
/tmp/telldus-core --strip-components=1 && \
6866
curl -o /tmp/telldus-core/Doxyfile.in -L \
6967
https://raw.githubusercontent.com/telldus/telldus/master/telldus-core/Doxyfile.in && \

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,12 @@ The user manual is available at [www.domoticz.com][appurl]
106106

107107
## Versions
108108

109-
+ **26.11.2017:** Use cpu core counting routine to speed up build time.
110-
+ **01.10.2017:** Add branch for stable-3.8153.
111-
+ **28.05.2017:** Rebase to alpine 3.6.
112-
+ **26.02.2017:** Add curl and replace openssl with libressl.
113-
+ **11.02.2017:** Update README.
114-
+ **03.01.2017:** Initial Release.
109+
+ **20.01.18:** Move telldus core to repo to prevent build fail when source site goes down.
110+
+ **18.01.18:** Remove logging to syslog in the run command to prevent double logging.
111+
+ **04.01.18:** Deprecate cpu_core routine lack of scaling.
112+
+ **26.11.17:** Use cpu core counting routine to speed up build time.
113+
+ **01.10.17:** Add branch for stable-3.8153.
114+
+ **28.05.17:** Rebase to alpine 3.6.
115+
+ **26.02.17:** Add curl and replace openssl with libressl.
116+
+ **11.02.17:** Update README.
117+
+ **03.01.17:** Initial Release.
166 KB
Binary file not shown.

root/etc/services.d/domoticz/run

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ exec \
44
-sslwww 1443 \
55
-sslcert /config/keys/server_cert.pem \
66
-userdata /config/ \
7-
-dbase /config/domoticz.db \
8-
-syslog
7+
-dbase /config/domoticz.db

0 commit comments

Comments
 (0)