Skip to content

Commit 01b7ff8

Browse files
committed
#90: SMF should us contract
1 parent 2658e1d commit 01b7ff8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/tailscaled/tailscale-smartos-gz.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<exec_method name='stop' type='method' exec=':kill' timeout_seconds='60'/>
2424
<property_group name='application' type='application'/>
2525
<property_group name='startd' type='framework'>
26-
<propval name='duration' type='astring' value='child'/>
26+
<propval name='duration' type='astring' value='contract'/>
2727
<propval name='ignore_error' type='astring' value='core,signal'/>
2828
</property_group>
2929
<stability value='Evolving'/>

cmd/tailscaled/tailscale.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<exec_method name='stop' type='method' exec=':kill' timeout_seconds='60'/>
1818
<property_group name='application' type='application'/>
1919
<property_group name='startd' type='framework'>
20-
<propval name='duration' type='astring' value='child'/>
20+
<propval name='duration' type='astring' value='contract'/>
2121
<propval name='ignore_error' type='astring' value='core,signal'/>
2222
</property_group>
2323
<stability value='Evolving'/>

0 commit comments

Comments
 (0)