rsyslog
-
mister_monitor
- Posts: 6
- Joined: Thu Nov 17, 2022 10:03 am
rsyslog
How do I get rsyslog to start every time I reboot?
-
weevessels
- Posts: 5
- Joined: Tue Jun 20, 2023 10:09 am
Re: rsyslog
you can see details how to start rsyslog every time i reboot here: https://unix.stackexchange.com/questio ... r-a-reboot
Re: rsyslog
Hey @weevessels,
Thanks for reaching out. Keep us updated on this - I'd love to see if you got this resolved.
Thanks for reaching out. Keep us updated on this - I'd love to see if you got this resolved.
Re: rsyslog
Hire EverWatch to set up a Nagios monitor on your box with an event handler to restart the service if it's not running.
Eric Loyd • http://everwatch.global • 844.240.EVER • @EricLoyd
I'm a Nagios Fanatic! • Join our public Nagios Discord Server!
Re: rsyslog
Assuming you have (sudo) super user privileges.
Run this command to enable start at boot
Reboot and run the following command to check rsyslog status.
Check logs to identify any potential issues.
Thanks!
Run this command to enable start at boot
Code: Select all
systemctl enable rsyslogCode: Select all
systemctl status rsyslogCode: Select all
journalctl -xe | grep rsyslog