blob: 22bb80c10f0952c0eea4ad32a56476a8102f1f1d [file] [log] [blame]
Brad Bishop403e2632020-01-07 09:44:35 -05001[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