15 lines
276 B
Desktop File
15 lines
276 B
Desktop File
|
|
[Unit]
|
||
|
|
Description=Init BMC Hostname
|
||
|
|
ConditionPathExists=!/var/lib/first-boot-set-hostname
|
||
|
|
Wants=op-vpd-parser.service
|
||
|
|
After=op-vpd-parser.service
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
ExecStart=/usr/bin/first-boot-set-hostname.sh
|
||
|
|
Type=oneshot
|
||
|
|
RemainAfterExit=Yes
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=multi-user.target
|
||
|
|
|