blob: 22bb80c10f0952c0eea4ad32a56476a8102f1f1d [file] [log] [blame]
Alexander Filippov89bd3842019-05-22 11:07:30 +03001[Unit]
2Description=Init BMC Hostname
Alexander Filippov2e78e092019-10-18 15:10:30 +03003ConditionPathExists=!/var/lib/first-boot-set-hostname
Alexander Filippovd9d10412019-06-10 19:03:02 +03004Wants=op-vpd-parser.service
5After=op-vpd-parser.service
Alexander Filippov89bd3842019-05-22 11:07:30 +03006
7[Service]
8ExecStart=/usr/bin/first-boot-set-hostname.sh
9Type=oneshot
10RemainAfterExit=Yes
11
12[Install]
13WantedBy=multi-user.target
14