944c8525a3
Apparently, DIB is sensitive to file names, at least the package-install feature. Let us make sure we use ironic-python-agent-ramdisk, not ironic-agent. Change-Id: I929c0652c320734ff82dd257180c4b7bd156c478
14 lines
225 B
Desktop File
14 lines
225 B
Desktop File
[Unit]
|
|
Description=Ironic Python Agent
|
|
After=network-online.target
|
|
|
|
[Service]
|
|
ExecStartPre=/sbin/modprobe vfat
|
|
ExecStart=/usr/local/bin/ironic-python-agent
|
|
Restart=always
|
|
RestartSec=30s
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|