about summary refs log tree commit diff
path: root/pkgs/profpatsch/s6/dhall/ServiceDirectory/default.dhall
blob: c41fff5ce2c66c5ee3a477c8b9e1d51153b4f375 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
let Signal = ./../imports/Signal.dhall

in    { finish =
		  None Text
	  , up =
		  True
	  , setid =
		  True
	  , notification-fd =
		  None Natural
	  , timeout-kill =
		  0
	  , timeout-finish =
		  5000
	  , max-death-tally =
		  100
	  , down-signal =
		  Signal.SIGTERM
	  }
	: ./default-type.dhall