Skip to content

Commit 422e425

Browse files
authored
Update README.md
1 parent 33ccb8c commit 422e425

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# Process Watchdog
2+
3+
[![Build Status](https://github.com/diffstorm/processWatchdog/actions/workflows/c-cpp.yml/badge.svg)](https://github.com/diffstorm/processWatchdog/actions)
4+
[![License](https://img.shields.io/github/license/diffstorm/processWatchdog)](https://github.com/diffstorm/processWatchdog/blob/main/LICENSE)
5+
[![Language](https://img.shields.io/github/languages/top/diffstorm/processWatchdog)](https://github.com/diffstorm/processWatchdog)
6+
27
The Process Watchdog is a Linux-based utility designed to start, monitor and manage processes specified in a configuration file. It ensures the continuous operation of these processes by periodically checking their status and restarting them if necessary.
38

49
## Overview
@@ -83,6 +88,7 @@ public class ProcessHeartbeat {
8388
}
8489
}
8590
}
91+
```
8692

8793
<details>
8894
<summary>Click for other examples in C, C++, Qt, C#, Python and Shell Script</summary>

0 commit comments

Comments
 (0)