blob: e58a046297a1e49aef2f199442bdb146a13d5e47 [file] [log] [blame]
Alexander Filippov89bd3842019-05-22 11:07:30 +03001[Unit]
2Description=Init BMC Hostname
Alexander Filippovd9d10412019-06-10 19:03:02 +03003Wants=op-vpd-parser.service
4After=op-vpd-parser.service
Alexander Filippov89bd3842019-05-22 11:07:30 +03005
6[Service]
7ExecStart=/usr/bin/first-boot-set-hostname.sh
8Type=oneshot
9RemainAfterExit=Yes
10
11[Install]
12WantedBy=multi-user.target
13