syslogd 366 B

1234567891011
  1. # This example service for a syslog daemon is based on the use of Troglobit's sysklogd:
  2. # https://github.com/troglobit/sysklogd
  3. # Unfortunately it does not support readiness notification, so we use a "bgprocess" service.
  4. type = bgprocess
  5. smooth-recovery = true
  6. command = /usr/sbin/syslogd
  7. pid-file = /var/run/syslogd.pid
  8. options = starts-log
  9. depends-on = rcboot