🔊 Send DD24 cron errors to syslog
This commit is contained in:
parent
29ead08db8
commit
03dbd132eb
1 changed files with 1 additions and 1 deletions
|
@ -3,4 +3,4 @@
|
|||
SHELL=/bin/sh
|
||||
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
|
||||
|
||||
*/5 * * * * root curl -s -S "https://dynamicdns.key-systems.net/update.php?hostname={{dyndns_domain}}&password={{dyndns_password}}&ip={{dyndns_ip}}" > /dev/null
|
||||
*/5 * * * * root curl -s -S "https://dynamicdns.key-systems.net/update.php?hostname={{dyndns_domain}}&password={{dyndns_password}}&ip={{dyndns_ip}}" > /dev/null 2> >(/usr/bin/logger -p user.error -t dd24)
|
||||
|
|
Loading…
Reference in a new issue