zinit 0.3.6

Process supervisor with dependency management
Documentation
1
2
3
4
5
6
7
8
9
10
11
[service]
name = "database"
exec = "/bin/sh -c 'echo database starting; sleep 1; echo database ready; sleep 300'"

[lifecycle]
restart = "on-failure"

[dependencies]

[logging]
buffer_lines = 100