syslogd/doc/readme-service.md
Mark Nellemann d3589faf9e
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
Fix syslog message parsing error resulting in messages being cut at first whitespace.
2023-01-25 08:47:31 +01:00

435 B

Syslogd as a system service

For systemd

To install as a systemd service, copy the syslogd.service file into /etc/systemd/system/, edit the file and configure your required options.

Enable and start the service:

systemctl daemon-reload
systemctl enable syslogd.service
systemctl restart syslogd.service

To read log output from the service, use:

journalctl -f -u syslogd.service