summaryrefslogtreecommitdiff
path: root/daemons/gptp/README_SYSTEMD_WATCHDOG.txt
diff options
context:
space:
mode:
authorandrew-elder <aelder@audioscience.com>2018-10-08 08:21:06 -0400
committerGitHub <noreply@github.com>2018-10-08 08:21:06 -0400
commit8fa80d1de59fbef14c8d0e80d8d9a62679a6182a (patch)
tree92465da04c1c044d051cab976e972b912970b585 /daemons/gptp/README_SYSTEMD_WATCHDOG.txt
parentdf587b7509a4dee7fa79a40eec5d6327310c472b (diff)
parentf9991ab6b9e9448fce61751b4483d7eebbf03804 (diff)
downloadOpen-AVB-8fa80d1de59fbef14c8d0e80d8d9a62679a6182a.tar.gz
Merge pull request #836 from AVnu/open-avb-next
Open avb next
Diffstat (limited to 'daemons/gptp/README_SYSTEMD_WATCHDOG.txt')
-rw-r--r--daemons/gptp/README_SYSTEMD_WATCHDOG.txt28
1 files changed, 0 insertions, 28 deletions
diff --git a/daemons/gptp/README_SYSTEMD_WATCHDOG.txt b/daemons/gptp/README_SYSTEMD_WATCHDOG.txt
deleted file mode 100644
index 7cf002b8..00000000
--- a/daemons/gptp/README_SYSTEMD_WATCHDOG.txt
+++ /dev/null
@@ -1,28 +0,0 @@
-## Introduction
-This readme covers the **optional** feature to update systemd watchdog during gPTP daemon operation.
-System on which the feature will be used must support systemd.
-
-The solution reads WatchdogSec parameter from service configuration file and notifies watchdog
-every 0.5*WatchdogSec that gPTP daemon is alive.
-If there is no watchdog configuration available or WatchdogSec == 0, watchdog notification won't run.
-
-Watchdog configuration is read once during gPTP daemon startup.
-
-
-## Build Related
-
-Systemd watchdog support in gPTP is a build time option.
-
-### Systemd headers and library must be present in the system while building gPTP with this feature enabled.
-
-
-### Building gPTP with Systemd watchdog handling enabled.
-- SYSTEMD_WATCHDOG=1 make gptp
-
-
-## Running
-
-### gPTP
-- Run as normal.
-
-