bios: fix systemd service file

Restart=always

The current configuration is invalid [1].

References:
[1] https://www.freedesktop.org/software/systemd/man/latest/systemd.service.html

Change-Id: I311282d72bbe1db206bc672feab2d873f706f8c3
Signed-off-by: Alexander Hansen <alexander.hansen@9elements.com>
1 file changed
tree: 2af4f9c696323abfb0afc8df6699054903443f85
  1. bios/
  2. bmc/
  3. common/
  4. subprojects/
  5. test/
  6. .clang-format
  7. .clang-tidy
  8. .gitignore
  9. .shellcheck
  10. LICENSE
  11. meson.build
  12. meson.options
  13. OWNERS
  14. README.md
README.md

phosphor-bmc-code-mgmt

Phosphor BMC Code Management provides a set of system software management applications. More information can be found at Software Architecture

To Build

To build this package, do the following steps:

  1. meson build
  2. ninja -C build

To clean the repository run rm -r build.