|
root / services / examples / routing-setup.toml
routing-setup.toml TOML 20 lines 390 B
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
# Routing — Static Route Configuration
#
# Configures static routes from /etc/defaultrouter and any additional
# routes defined in /etc/inet/static_routes.

[service]
name = "routing-setup"
description = "Static Route Configuration"
type = "oneshot"

[exec]
start = "/etc/zyginit/routing-setup/start.sh"

[dependencies]
requires = ["network"]
after = ["loopback"]

[restart]
on = "never"