# IP Quality of Service — loads /etc/inet/ipqosconf.conf via
# ipqosconf -a. Oneshot; the QoS state lives in the kernel.
# Replaces /lib/svc/manifest/network/network-ipqos.xml.
[service]
name = "network-ipqos"
description = "IP QoS configuration"
type = "oneshot"
[exec]
start = "/usr/sbin/ipqosconf -a /etc/inet/ipqosconf.conf"
[dependencies]
requires = ["network"]
[restart]
on = "never"