b29326a499
Copies "ironic-agent" element from DIB and addition of a new bash script to build the image using DIB. Change-Id: If392f793ed1b5d902b541fe89299648fae16e427 Task: 30072 Story: 2005114
11 lines
212 B
Desktop File
11 lines
212 B
Desktop File
[Unit]
|
|
Description=Ironic agent rescue user creation
|
|
|
|
[Service]
|
|
ExecStart=/bin/bash /usr/local/bin/ironic-python-agent-create-rescue-user.sh
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|