From e220707d92117dc86c3d2c5ed0000f883e4f1be9 Mon Sep 17 00:00:00 2001 From: Andrei Yankovich Date: Sat, 1 May 2021 14:42:25 +0300 Subject: [PATCH 1/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 06f0f7e..0d1bfcd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Patronum -This is extension libraries for control your daemons. +This is extension libraries for control your daemons and rervices. This library will save you the time you spend building and deploying server daemons or services. ### Why is Patronum? From fd0768360534b1f1d58f3af9cce5cc01e5e84422 Mon Sep 17 00:00:00 2001 From: Andrei Yankovich Date: Sat, 1 May 2021 14:43:37 +0300 Subject: [PATCH 2/4] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0d1bfcd..41ff24f 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ Becouse This library offers easy interface to control your demons likewise the m ## Main features * Support linux systemd daemons. +* Deploy and install your services on the host. * Auto create a Service from your server or yor daemon utility. * Auto create a Controller of your Service. From 27841448b547fc9a076157dac9fbe8fc2d331c74 Mon Sep 17 00:00:00 2001 From: Andrei Yankovich Date: Sat, 1 May 2021 14:49:50 +0300 Subject: [PATCH 3/4] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 41ff24f..8905b6c 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,15 @@ Becouse This library offers easy interface to control your demons likewise the m * Auto create a Service from your server or yor daemon utility. * Auto create a Controller of your Service. +## Deffault sopprted commands +* install - deploys your daemon into your host system. +* unistall - removes old deployed daemon. +* start - starts your service +* stop - stops ypur service +* pause - sends pause command to your daemon +* upause (resume) - sends resume coomand to your daemon + + ## Include ### For cmake projects From 168438d1f1a0ad31848aa96ee486e6f9bec1a6ab Mon Sep 17 00:00:00 2001 From: Andrei Yankovich Date: Sat, 1 May 2021 14:56:38 +0300 Subject: [PATCH 4/4] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8905b6c..565338d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Patronum -This is extension libraries for control your daemons and rervices. This library will save you the time you spend building and deploying server daemons or services. +This is extension libraries for control your daemons and rervices. This library will save you the time you spend building and deploying server daemons or services. + +If you want to get more inforamtion about library see our [documentation](https://quasarapp.ddns.net:3031/docs/QuasarApp/Patronum/latest/) ### Why is Patronum?