|
root / base / usr / src / zyginit / services / network-ipqos
network-ipqos Plain Text 14 lines 392 B
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
# 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"