summaryrefslogtreecommitdiff
path: root/meta-openpower/recipes-phosphor/network/first-boot-set-hostname/first-boot-set-hostname.service
blob: e58a046297a1e49aef2f199442bdb146a13d5e47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Init BMC 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