11 lines
189 B
Desktop File
Executable File
11 lines
189 B
Desktop File
Executable File
[Unit]
|
|
Description=Write Bios Version to File
|
|
Wants=phosphor-ipmi-host.service
|
|
After=phosphor-ipmi-host.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
Restart=no
|
|
ExecStart=/usr/bin/write-bios-version.sh
|
|
|