|
root / services / hammerhead / syslogd.toml
syslogd.toml TOML 19 lines 490 B
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
[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 = 5
max_retries = 3
[contract]
param = ["inherit", "noorphan"]
fatal = ["hwerr"]