|
root / base / usr / src / zyginit / services / utmpd / service.toml
service.toml TOML 16 lines 260 B
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
[service]
name = "utmpd"
description = "utmpx monitor daemon"
type = "daemon"
[exec]
start = "/usr/lib/utmpd"
[dependencies]
requires = ["network"]
[restart]
on = "failure"
delay = 5
max_retries = 3
[contract]
param = ["inherit", "noorphan"]
fatal = ["hwerr"]