Disable inadyn logging

This commit is contained in:
Bob Mottram 2015-11-01 13:27:14 +00:00
parent c5c35a552d
commit 9b63f73d59
1 changed files with 1 additions and 0 deletions

View File

@ -10654,6 +10654,7 @@ function install_dynamicdns {
echo 'period 300' >> /etc/inadyn.conf
echo 'startup-delay 60' >> /etc/inadyn.conf
echo 'cache-dir /run/inadyn' >> /etc/inadyn.conf
echo 'logfile /dev/null' >> /etc/inadyn.conf
chmod 600 /etc/inadyn.conf
echo '[Unit]' > /etc/systemd/system/inadyn.service