[service]
name = "syslogd"description = "System log daemon"type = "daemon"[exec]
# Wrapped to ensure /var/adm/messages exists. Default conf logs there;# the bare BE has only rotated archives (messages.0/.1), not the active# file. Without it syslogd warns "No such file or directory" every boot.start = "/etc/zyginit/syslogd/start.sh"[dependencies]
requires = ["network"]
[restart]
on = "failure"delay = 5max_retries = 3[contract]
param = ["inherit", "noorphan"]
fatal = ["hwerr"]