lib/systemd/Watchdog: implement the systemd watchdog protocol

This commit is contained in:
Max Kellermann
2018-08-02 11:15:35 +02:00
parent cf471e830f
commit a31da51fd9
8 changed files with 139 additions and 0 deletions
+5
View File
@@ -205,6 +205,11 @@ libmpd_a_SOURCES += \
src/unix/PidFile.hxx
endif
if ENABLE_SYSTEMD_DAEMON
libmpd_a_SOURCES += \
src/lib/systemd/Watchdog.cxx src/lib/systemd/Watchdog.hxx
endif
endif
if ENABLE_DATABASE