9f46c3ba0c
Adds support for Ubuntu and Debian to ironic-python-agent. This will enable building ramdisk with Ubuntu and Debian as base OS. Updated README to further clarify what the element does. Change-Id: I194f85b051974d8ccb197a0993a67761046cfe98
12 lines
179 B
Desktop File
Executable file
12 lines
179 B
Desktop File
Executable file
[Unit]
|
|
Description=Ironic Python Agent
|
|
After=network.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/ironic-python-agent
|
|
Restart=always
|
|
RestartSec=30s
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|