diff options
-rw-r--r-- | debian/knot.smf/manifest/network/dns/server-knot.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/knot.smf/manifest/network/dns/server-knot.xml b/debian/knot.smf/manifest/network/dns/server-knot.xml index 479f37e..fb94de1 100644 --- a/debian/knot.smf/manifest/network/dns/server-knot.xml +++ b/debian/knot.smf/manifest/network/dns/server-knot.xml @@ -11,6 +11,12 @@ <dependency name="net-physical" grouping="require_all" restart_on="restart" type="service"> <service_fmri value="svc:/network/physical"/> </dependency> + <dependency name="syslog" grouping="optional_all" restart_on="none" type="service"> + <service_fmri value="svc:/system/system-log"/> + </dependency> + <dependency name="autofs" grouping="optional_all" restart_on="none" type="service"> + <service_fmri value="svc:/system/filesystem/autofs"/> + </dependency> <exec_method type="method" name="start" exec="/lib/svc/method/dns-server-knot start %{config_file}" timeout_seconds="30"/> <exec_method type="method" name="stop" exec="/lib/svc/method/dns-server-knot stop %{config_file}" timeout_seconds="30"/> <exec_method type="method" name="refresh" exec="/lib/svc/method/dns-server-knot refresh %{config_file}" timeout_seconds="30"/> |