-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
12 additions
and
5 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
[package] | ||
name = "pingkeeper" | ||
description = """ | ||
Launch a network-related subprocess and monitor network ping to keep it alive | ||
Launch a network-related command and monitor network with ping. If network fails, kill command and run again. Optionally monitor that the command is permanently running. | ||
""" | ||
version = "1.0.0" | ||
version = "2.0.0" | ||
authors = ["Ignacio Lago <[email protected]>"] | ||
edition = "2018" | ||
readme = "README.md" | ||
|
@@ -16,8 +16,15 @@ keywords = [ | |
"openvpn", | ||
"vpn", | ||
"network", | ||
"monitor", | ||
"ping" | ||
"monitoring", | ||
"ping", | ||
"macos", | ||
"unix", | ||
"unix-shell", | ||
"unix-command", | ||
"linux", | ||
"launch-daemon", | ||
"shell", | ||
] | ||
|
||
[dependencies] | ||
|