summaryrefslogtreecommitdiff
path: root/meta-openpower/recipes-phosphor/network/first-boot-set-hostname/first-boot-set-hostname.service
blob: ce59b3377299dea9f332bbec1d7026bc5e3b63e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Init BMC Hostname
Wants=mapper-wait@-xyz-openbmc_project-inventory.service
After=mapper-wait@-xyz-openbmc_project-inventory.service

[Service]
ExecStart=/usr/bin/first-boot-set-hostname.sh
Type=oneshot
RemainAfterExit=Yes

[Install]
WantedBy=multi-user.target