Redirect Systemd Unit Logs to Syslog
By default when we create a systemd unit file and start the service using systemd, we can access the logs using journalctl as:
$ sudo journalctl -fu <unit-name>
If we wanted to redirect the log to syslog so that we have the logs available in /var/lo...
ruanbekker.hashnode.dev1 min read