Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion smf/chrony-setup/manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
-->
<propval name="boundary_pool" type="astring" value="" />
<!--
Upstream NTP server. May be specifid more than once. (At least one is
Upstream NTP server. May be specified more than once. (At least one is
required for boundary NTP zones; internal NTP zones instead use
`boundary_pool` above to find the boundary NTP servers.)
-->
Expand Down
5 changes: 5 additions & 0 deletions smf/ntp-admin/manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@
<service_fmri value='svc:/oxide/ntp:default' />
</dependency>

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

<exec_method type='method' name='start'
exec='/opt/oxide/lib/svc/manifest/ntp-admin.sh'
timeout_seconds='0' />
Expand Down
Loading