about summary refs log tree commit diff
path: root/pkgs/profpatsch/s6/dhall/ServiceDirectory/default-type.dhall
blob: b560ab0ed5120ab4e3a626eb24f7783c16f6e59a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{ finish :
	Optional Text
, up :
	Bool
, setid :
	Bool
, notification-fd :
	Optional Natural
, timeout-kill :
	Natural
, timeout-finish :
	Natural
, max-death-tally :
	Natural
, down-signal :
	./../imports/Signal/type.dhall
}