zinit 0.3.8

Process supervisor with dependency management
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[service]
name = "sshd"
exec = "/usr/sbin/sshd -D -e"

[lifecycle]
restart = "always"
restart_delay_ms = 1000

[dependencies]

[logging]
buffer_lines = 100