zinit 0.3.6

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

[lifecycle]
restart = "on-failure"

[dependencies]
requires = ["database"]
after = ["database"]

[logging]
buffer_lines = 100