# Loopback Network Interface## Configures the lo0 loopback interface. This is the first network# service to start and has no dependencies. Almost all other services# depend on it indirectly via the network service.[service]
name = "loopback"description = "Loopback Network Interface"type = "oneshot"[exec]
start = "/usr/sbin/ipadm create-if -t lo0"[restart]
on = "never"