db713fdf2d
Splits the install.d into source-install and package-install in order to allow building from a distro packaged version of ironic-python-agent. Change-Id: I17513c29efd8c199e07ac1ef20ea5d7456585413
13 lines
179 B
Desktop File
Executable File
13 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
|
|
|