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

Commit 98a4136

Browse files
authored
Merge pull request #19 from linuxserver/log_master
Remove logging to syslog in the run command to prevent double logging
2 parents 0e9c8d9 + 6dbd18b commit 98a4136

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,7 @@ RUN \
5656
echo "**** build telldus-core ****" && \
5757
mkdir -p \
5858
/tmp/telldus-core && \
59-
curl -o /tmp/telldus-core.tar.gz -L \
60-
http://download.telldus.se/TellStick/Software/telldus-core/telldus-core-2.1.2.tar.gz && \
61-
tar xf /tmp/telldus-core.tar.gz -C \
59+
tar xf /tmp/patches/telldus-core-2.1.2.tar.gz -C \
6260
/tmp/telldus-core --strip-components=1 && \
6361
curl -o /tmp/telldus-core/Doxyfile.in -L \
6462
https://raw.githubusercontent.com/telldus/telldus/master/telldus-core/Doxyfile.in && \

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ The user manual is available at [www.domoticz.com][appurl]
107107

108108
## Versions
109109

110+
+ **20.01.18:** Move telldus core to repo to prevent build fail when source site goes down.
111+
+ **18.01.18:** Remove logging to syslog in the run command to prevent double logging.
110112
+ **04.01.18:** Deprecate cpu_core routine lack of scaling.
111113
+ **08.12.17:** Rebase to alpine 3.7.
112114
+ **26.11.17:** Use cpu core counting routine to speed up build time.
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)