summaryrefslogtreecommitdiff
path: root/nonsystemd/libvirt-openrc/libvirtd.confd
diff options
context:
space:
mode:
Diffstat (limited to 'nonsystemd/libvirt-openrc/libvirtd.confd')
-rw-r--r--nonsystemd/libvirt-openrc/libvirtd.confd18
1 files changed, 18 insertions, 0 deletions
diff --git a/nonsystemd/libvirt-openrc/libvirtd.confd b/nonsystemd/libvirt-openrc/libvirtd.confd
new file mode 100644
index 000000000..c326531d4
--- /dev/null
+++ b/nonsystemd/libvirt-openrc/libvirtd.confd
@@ -0,0 +1,18 @@
+# /etc/conf.d/libvirtd
+
+# Startup dependency
+# libvirtd typically requires all networks to be up and settled which
+# is what rc_need="net" provides. However if you only use specific networks
+# for libvirtd, you may override this. Or if you only use libvirtd locally.
+rc_need="net"
+
+# The termination timeout (start-stop-daemon parameter "retry") ensures
+# that the service will be terminated within a given time (25 + 5 seconds
+# per default) when you are stopping the service.
+#LIBVIRTD_TERMTIMEOUT="TERM/25/KILL/5"
+
+# LIBVIRTD_OPTS
+# You may want to add '--listen' to have libvirtd listen for tcp/ip connections
+# if you want to use libvirt for remote control
+# Please consult 'libvirtd --help' for more options
+#LIBVIRTD_OPTS="--listen"