From 6026f677ff3d369ee2ae8f1276a98ae9d34b1753 Mon Sep 17 00:00:00 2001 From: Andrea Bondavalli Date: Fri, 3 Feb 2023 15:45:56 +0100 Subject: [PATCH] Added note on how to enabled systemd watchdog integration --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8076f14..bb631c8 100644 --- a/README.md +++ b/README.md @@ -118,6 +118,8 @@ See [ALSA RAVENNA/AES67 Driver README](https://github.com/bondagit/aes67-linux-d This directory contains systemd configuration files for the daemon. +The daemon integrates with systemd watchdog. To enable it recompile it with the option _-DWITH_SYSTEMD=ON_ + You can install the daemon under systemd using the following commands: sudo useradd -M -l aes67-daemon -c "AES67 Linux daemon"