pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/dnsdist/files/smf
Module Name: pkgsrc
Committed By: jperkin
Date: Fri Feb 10 10:07:32 UTC 2023
Modified Files:
pkgsrc/net/dnsdist/files/smf: manifest.xml
Log Message:
dnsdist: Ensure SMF process is backgrounded.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/dnsdist/files/smf/manifest.xml
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/dnsdist/files/smf/manifest.xml
diff -u pkgsrc/net/dnsdist/files/smf/manifest.xml:1.3 pkgsrc/net/dnsdist/files/smf/manifest.xml:1.4
--- pkgsrc/net/dnsdist/files/smf/manifest.xml:1.3 Mon Oct 24 11:08:15 2022
+++ pkgsrc/net/dnsdist/files/smf/manifest.xml Fri Feb 10 10:07:32 2023
@@ -10,7 +10,7 @@
<dependency name="filesystem" grouping="require_all" restart_on="error" type="service">
<service_fmri value="svc:/system/filesystem/local" />
</dependency>
- <exec_method type="method" name="start" exec="@PREFIX@/bin/dnsdist --supervised -u @DNSDIST_USER@ -g @DNSDIST_GROUP@ -C %{config_file}" timeout_seconds="60" />
+ <exec_method type="method" name="start" exec="@PREFIX@/bin/dnsdist --supervised -u @DNSDIST_USER@ -g @DNSDIST_GROUP@ -C %{config_file} &" timeout_seconds="60" />
<exec_method type="method" name="stop" exec=":kill" timeout_seconds="60" />
<property_group name="startd" type="framework">
<propval name="duration" type="astring" value="contract" />
Home |
Main Index |
Thread Index |
Old Index