Skip to content

Commit

Permalink
Fix chrony-setup dependency in NTP service (#6192)
Browse files Browse the repository at this point in the history
  • Loading branch information
citrus-it authored Aug 1, 2024
1 parent e1fc229 commit 9d811b7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions smf/ntp/manifest/manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@

<dependency name='chrony-setup' grouping='require_all' restart_on='refresh'
type='service'>
<service_fmri value='svc:/oxide/zone-network-setup:default' />
<service_fmri value='svc:/oxide/chrony-setup:default' />
</dependency>

<!--
<!--
Only Boundary NTP needs the opte interface.
-->
<dependency name='opte_interface_setup' grouping='optional_all' restart_on='none'
Expand All @@ -63,8 +63,8 @@
regardless of whether it was linked with -zaslr
-->

<exec_method type="method" name="start"
exec='/usr/sbin/chronyd -d &amp;'
<exec_method type="method" name="start"
exec='/usr/sbin/chronyd -d &amp;'
timeout_seconds="60">
<method_context security_flags="aslr">
<method_credential user="root" group="root"
Expand Down

0 comments on commit 9d811b7

Please sign in to comment.