Do not install example systemd service Currently two systemd services are installed which breaks the package from being installed with the following error:
Unpacking oomd (0.5.0-1+b1) ... dpkg: error processing archive /tmp/apt-dpkg-install-46e3FG/48-oomd_0.5.0-1+b1_amd64.deb (--unpack): unable to open '/usr/lib/systemd/system/oomd.service.dpkg-new': No such file or directory
So do not install the systemd service provided by upstream and instead install the systemd service from the Debian packaging since it is more developed. Once the upstream pull request (linked below) is accepted, we can use the upstream provided configuration.
Resolved a compiler error due to lacking include (#162) Summary: Fixed an issue where a missing include causing compiler errors
Also applied clang-format.sh
Issue occured with following compiler and linker: ``` C++ compiler for the host machine: ccache c++ (gcc 12.1.1 "c++ (GCC) 12.1.1 20220507 (Red Hat 12.1.1-1)") C++ linker for the host machine: c++ ld.bfd 2.37-27 ```