Re: Logwatch cron job

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi.

On Fri, 08 May 2020 09:51:13 -0400 Robert Moskowitz wrote:
>> May  8 03:27:17 lx140e run-parts[66530]: (/etc/cron.daily) finished 0logwatch

>> So it looks like I need to modify /etc/logwatch/conf/logwatch.conf with
>> mailer = "/usr/local/mycron"

>> And see what happens next.

> # cat /etc/logwatch/conf/logwatch.conf
> # Local configuration options go here (defaults are in 
> /usr/share/logwatch/default.conf/logwatch.conf)
> mailer = "/usr/local/mycron"

> What happens after I made this change and then "systemctl restart logwatch"

> was for logwatch to send its output to /var/log/messages

> So what am I missing?

The logwatch RPM allows 2 ways to launch logwatch:

  - with cron             /etc/cron.daily/0logwatch
  - with a systemd timer  /usr/lib/systemd/system/logwatch.{service,timer}

By using 'systemctl restart' you invoked the later that do not use
/etc/logwatch/conf/logwatch.conf but instead:

  # This first EnvironmentFile has the Logwatch default variables
  EnvironmentFile=-/usr/share/logwatch/default.conf/systemd.conf
  # This second EnvironmentFile is meant for system-specific
  # customization of variables, including overriding the defaults
  EnvironmentFile=-/etc/logwatch/conf/systemd.conf

-- 
francis
_______________________________________________
users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx



[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux