|
root / services / hammerhead / pfexecd.toml
pfexecd.toml TOML 16 lines 290 B
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
[service]
name = "pfexecd"
description = "Profile exec daemon (RBAC privilege execution)"
type = "daemon"
[exec]
start = "/usr/lib/pfexecd"
[dependencies]
requires = ["network"]
[restart]
on = "failure"
delay = 5
max_retries = 3
[contract]
param = ["inherit", "noorphan"]
fatal = ["hwerr"]