syslogd.service 226 B

12345678910111213
  1. [Unit]
  2. Description=System Logging Service
  3. Requires=syslog.socket
  4. Wants=klogd.service
  5. [Service]
  6. ExecStart=/sbin/syslogd -m 0 -n
  7. StandardOutput=null
  8. Restart=on-failure
  9. [Install]
  10. WantedBy=multi-user.target
  11. Alias=syslog.service