klogd.service 175 B

1234567891011
  1. [Unit]
  2. Description=Kernel Log Daemon
  3. [Service]
  4. ExecStart=/sbin/klogd -n
  5. StandardOutput=null
  6. Restart=on-failure
  7. [Install]
  8. WantedBy=multi-user.target
  9. WantedBy=syslogd.service