Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ignlg committed Apr 16, 2020
1 parent 3016bfa commit 9bd242a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 11 additions & 4 deletions Cargo.toml
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"
Expand All @@ -16,8 +16,15 @@ keywords = [
"openvpn",
"vpn",
"network",
"monitor",
"ping"
"monitoring",
"ping",
"macos",
"unix",
"unix-shell",
"unix-command",
"linux",
"launch-daemon",
"shell",
]

[dependencies]
Expand Down

0 comments on commit 9bd242a

Please sign in to comment.