|
root / services / hammerhead / sshd.toml
sshd.toml TOML 16 lines 275 B
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
[service]
name = "sshd"
description = "Secure Shell daemon"
type = "daemon"
[exec]
start = "/usr/lib/ssh/sshd -D"
[dependencies]
requires = ["syslogd", "pfexecd"]
[restart]
on = "failure"
delay = 5
max_retries = 3
[contract]
param = ["inherit", "noorphan"]
fatal = ["hwerr"]