xref: /openbmc/phosphor-misc/firstboot/first-boot-set-hostname.service (revision 403e26351c06783fac9de012167d408a89d333ee)
1[Unit]
2Description=Init BMC Hostname
3ConditionPathExists=!/var/lib/first-boot-set-hostname
4Wants=op-vpd-parser.service
5After=op-vpd-parser.service
6
7[Service]
8ExecStart=/usr/bin/first-boot-set-hostname.sh
9Type=oneshot
10RemainAfterExit=Yes
11
12[Install]
13WantedBy=multi-user.target
14
15