mirror of
https://github.com/outbackdingo/matchbox.git
synced 2026-01-27 18:19:36 +00:00
20 lines
522 B
JSON
20 lines
522 B
JSON
{
|
|
"ignitionVersion": 1,
|
|
"systemd": {
|
|
"units": [
|
|
{
|
|
"name": "hello.service",
|
|
"enable": true,
|
|
"contents": "[Service]\nType=oneshot\nExecStart=/usr/bin/echo Hello World\n\n[Install]\nWantedBy=multi-user.target"
|
|
}
|
|
]
|
|
},
|
|
"networkd": {
|
|
"units": [
|
|
{
|
|
"name": "00-ens3.network",
|
|
"contents": "[Match]\nName=ens3\n\n[Network]\nAddress=172.17.0.42"
|
|
}
|
|
]
|
|
}
|
|
} |