From 662879e8a00b138f03e57da3df394edc877d9e1e Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Wed, 26 Sep 2018 00:40:25 -0600 Subject: [PATCH] Created Logwatch service and logfile location config files --- etc/logwatch/conf/logfiles/cfddns.conf | 1 + etc/logwatch/conf/services/cfddns.conf | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 etc/logwatch/conf/logfiles/cfddns.conf create mode 100644 etc/logwatch/conf/services/cfddns.conf diff --git a/etc/logwatch/conf/logfiles/cfddns.conf b/etc/logwatch/conf/logfiles/cfddns.conf new file mode 100644 index 0000000..86ef6e5 --- /dev/null +++ b/etc/logwatch/conf/logfiles/cfddns.conf @@ -0,0 +1 @@ +LogFile = /path/to/your/cfddns.log \ No newline at end of file diff --git a/etc/logwatch/conf/services/cfddns.conf b/etc/logwatch/conf/services/cfddns.conf new file mode 100644 index 0000000..c92b89d --- /dev/null +++ b/etc/logwatch/conf/services/cfddns.conf @@ -0,0 +1,2 @@ +LogFile = cfddns +Title = "CloudFlare DDNS update" \ No newline at end of file