syslogd/doc/readme-service.md

17 lines
409 B
Markdown
Raw Normal View History

# Syslogd as a System Service
## Systemd
2021-01-29 10:18:08 +00:00
Edit the **syslogd.service** and configure required options.
To install as a systemd service, copy the **syslogd.service**
file into */etc/systemd/system/* and enable 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