|
root / services / examples / loopback.toml
loopback.toml TOML 17 lines 383 B
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
# 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"