viktorgino / headunit-desktop

HeadUnit Desktop is a car PC software built with Qt 5 and QML
https://github.com/viktorgino/headunit-desktop/wiki
GNU General Public License v3.0
285 stars 64 forks source link

Added systemd watchdog & notify compatiblity #80

Open aselafernando opened 5 months ago

aselafernando commented 5 months ago

The type of service for systemd can now be changed to Notify and a WatchdogSec can be set so that in the event the application freezes systemd will terminate and restart it.

Requires libsystemd-dev to be installed in order to compile ie sudo apt-get install libsystemd-dev