From 9bd242ab34c67dd27e15e54a6b3ed39584aa4b21 Mon Sep 17 00:00:00 2001 From: Ignacio Lago Date: Thu, 16 Apr 2020 19:08:57 +0200 Subject: [PATCH] v2.0.0 --- Cargo.lock | 2 +- Cargo.toml | 15 +++++++++++---- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 820c619..ee8eb21 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -128,7 +128,7 @@ dependencies = [ [[package]] name = "pingkeeper" -version = "1.0.0" +version = "2.0.0" dependencies = [ "nix", "pipeliner", diff --git a/Cargo.toml b/Cargo.toml index 3be0c7e..c4dc450 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "] 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]