Files
OpenBMC/meta-openpower/recipes-phosphor/network/first-boot-set-hostname/first-boot-set-hostname.service
T

15 lines
276 B
Desktop File
Raw Normal View History

2026-04-23 17:07:55 +08:00
[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