Apply settings after resetting.

During the reset method call the service overwrites all the config
files, but does not apply these changes.

This commit adds the force restart network after the config files were
overwritten.

Tested:
```
busctl call xyz.openbmc_project.Network /xyz/openbmc_project/network \
            xyz.openbmc_project.Common.FactoryReset Reset
```
now leads to the `systemd-networkd.service` restarting and following
refreshing the objects inside the service.

Change-Id: Ifcc6c7194f2928ece766d87f63243fc3ab99c429
Signed-off-by: Alexander Filippov <a.filippov@yadro.com>
2 files changed
tree: 50c944e01f4237ed9e2f7f0815a84177c5ee37ab
  1. docs/
  2. gen/
  3. src/
  4. subprojects/
  5. test/
  6. yaml/
  7. .clang-format
  8. .gitignore
  9. .shellcheck
  10. LICENSE
  11. MAINTAINERS
  12. meson.build
  13. meson_options.txt
  14. README.md
  15. xyz.openbmc_project.Network.conf.in
  16. xyz.openbmc_project.Network.service.in
README.md

To Build

To build this package, do the following steps:

    1. meson build
    2. ninja -C build